Skip to content

Commit 6aee95d

Browse files
Scott Moorerzo1
Scott Moore
authored andcommitted
STORM-4106 Fix Storm.ps1 stdout/stderr feedback in Powershell ISE
1 parent 8d4be33 commit 6aee95d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/storm.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,6 @@ if(Test-Path $StormEnvPath) {
6464
}
6565

6666
$ArgsForProcess = @(([io.path]::combine("$STORM_BIN_DIR", "storm.py"))) + $args
67-
Start-Process -FilePath python3 -ArgumentList $ArgsForProcess -Wait -NoNewWindow
67+
& python3 $ArgsForProcess
6868

6969
exit $LastExitCode

0 commit comments

Comments
 (0)