Skip to content

Commit b511413

Browse files
committed
Update DiffRunner.cs
1 parent 683ece2 commit b511413

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/DiffEngine/DiffRunner.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,8 @@ static int LaunchProcess(ResolvedTool tool, string arguments)
244244
// Given the full exe path is known we dont need UseShellExecute https://stackoverflow.com/a/5255335
245245
// however UseShellExecute allows the test running to not block when the difftool is launched
246246
// https://github.com/VerifyTests/Verify/issues/1229
247-
UseShellExecute = true
247+
UseShellExecute = true,
248+
CreateNoWindow = tool.CreateNoWindow
248249
};
249250
try
250251
{

0 commit comments

Comments
 (0)