Skip to content

Commit

Permalink
chore: make disabling error dialog explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
saintedlama committed Sep 28, 2019
1 parent 06e7633 commit c0992e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Testeroid/StringExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ public static Execution Execute(this string cmd, string arguments = null, string
Arguments = arguments,
CreateNoWindow = true,
UseShellExecute = false,
ErrorDialog = false,
RedirectStandardOutput = true,
RedirectStandardError = true,

Expand Down

0 comments on commit c0992e1

Please sign in to comment.