We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2feabc5 commit 08b3ae6Copy full SHA for 08b3ae6
Program.cs
@@ -80,9 +80,7 @@ public MonitorThread(ProgramArgs args) {
80
}
81
82
private void DoMonitor() {
83
- Console.WriteLine("DoMonitor");
84
Process = Process.Start(Args.ExeName, Args.Arguments);
85
- Console.WriteLine("DoMonitor1");
86
while (true) {
87
if (Process.WaitForExit(1000) && !IsCancelled) {
88
0 commit comments