Skip to content

Commit

Permalink
Start validation process with no window
Browse files Browse the repository at this point in the history
  • Loading branch information
atifaziz committed Mar 25, 2019
1 parent 0fecc9d commit 8d276af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CSharpMinifierConsole/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ bool Validate(Action<TextWriter> minificationAction)
var psi = new ProcessStartInfo("csval")
{
UseShellExecute = false,
CreateNoWindow = false,
CreateNoWindow = true,
RedirectStandardOutput = true,
RedirectStandardError = true,
RedirectStandardInput = true,
Expand Down

0 comments on commit 8d276af

Please sign in to comment.