We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d4be33 commit 6aee95dCopy full SHA for 6aee95d
bin/storm.ps1
@@ -64,6 +64,6 @@ if(Test-Path $StormEnvPath) {
64
}
65
66
$ArgsForProcess = @(([io.path]::combine("$STORM_BIN_DIR", "storm.py"))) + $args
67
-Start-Process -FilePath python3 -ArgumentList $ArgsForProcess -Wait -NoNewWindow
+& python3 $ArgsForProcess
68
69
exit $LastExitCode
0 commit comments