Skip to content

Commit

Permalink
STORM-4106 Fix Storm.ps1 stdout/stderr feedback in Powershell ISE
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Moore authored and rzo1 committed Nov 11, 2024
1 parent 8d4be33 commit 6aee95d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/storm.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,6 @@ if(Test-Path $StormEnvPath) {
}

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

exit $LastExitCode

0 comments on commit 6aee95d

Please sign in to comment.