Skip to content

Commit

Permalink
[MouseJump] Long lived background exe
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeclayton committed Sep 5, 2023
1 parent 80a5057 commit cc8b41f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/MouseUtils/MouseJumpUI/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ private static void Main(string[] args)
}

// validate command line arguments - we're expecting
// a single argument containing the the runner pid
// a single argument containing the runner pid
if ((args.Length != 1) || !int.TryParse(args[0], out Program.runnerPid))
{
var message = string.Join("\r\n", new[]
Expand Down

0 comments on commit cc8b41f

Please sign in to comment.