Skip to content

Commit

Permalink
Merge pull request #906 from kmcnaught/master
Browse files Browse the repository at this point in the history
Add log for command line args
  • Loading branch information
kmcnaught authored Jul 24, 2023
2 parents 37edc31 + 9d5bf95 commit e1021d0
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,10 @@ private void InitialiseKeyboard(IWindowManipulationService windowManipulationSer
}, keyStateService, keyboardOverride);
return;
}
else
{
Log.Error($"Can't find requested file or folder: {keyboardOverride}");
}
}

Action backaction = null;
Expand Down

0 comments on commit e1021d0

Please sign in to comment.