Skip to content

Commit 360013e

Browse files
committed
WIP
1 parent 9145322 commit 360013e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/dotnet/Cljr/Program.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ static Process CreateClojureProcess(string installDir, string[] args, Dictionary
486486
StartInfo =
487487
{
488488
UseShellExecute = false,
489-
CreateNoWindow = !Debugger.IsAttached,
489+
CreateNoWindow = false,
490490
FileName = Platform.IsWindows ? "powershell.exe" : "bash",
491491
}
492492
};
@@ -509,4 +509,4 @@ static Process CreateClojureProcess(string installDir, string[] args, Dictionary
509509
process.StartInfo.ArgumentList.Add(arg.Contains(' ') ? $"\"{arg}\"" : arg);
510510

511511
return process;
512-
}
512+
}

0 commit comments

Comments
 (0)