Skip to content

Commit de2ce85

Browse files
committed
write command to console
1 parent e5d47e0 commit de2ce85

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ElectronNET.CLI/ProcessHelper.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ public static int CmdExecute(string command, string workingDirectoryPath, bool o
3636
cmd.ErrorDataReceived += (s, e) => Console.WriteLine(e.Data);
3737
}
3838

39+
Console.WriteLine(command);
3940
cmd.Start();
4041
cmd.BeginOutputReadLine();
4142
cmd.BeginErrorReadLine();

0 commit comments

Comments
 (0)