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 e5d47e0 commit de2ce85Copy full SHA for de2ce85
ElectronNET.CLI/ProcessHelper.cs
@@ -36,6 +36,7 @@ public static int CmdExecute(string command, string workingDirectoryPath, bool o
36
cmd.ErrorDataReceived += (s, e) => Console.WriteLine(e.Data);
37
}
38
39
+ Console.WriteLine(command);
40
cmd.Start();
41
cmd.BeginOutputReadLine();
42
cmd.BeginErrorReadLine();
0 commit comments