diff --git a/toolchainlib/src/utils/exec.luau b/toolchainlib/src/utils/exec.luau index 0300d23..4926f5a 100644 --- a/toolchainlib/src/utils/exec.luau +++ b/toolchainlib/src/utils/exec.luau @@ -120,7 +120,7 @@ function CommandBuilder.intoChildProcess(self: CommandBuilder): ChildProcess for _ = 0, retries do local spawned = process.spawn( if process.os == "windows" - then `(Start-Process {self.program} -Passthru -Wait -ExecutionPolicy Bypass -NoNewWindow -ArgumentList \"{argsList}\").Id` + then `(Start-Process {self.program} -Passthru -Wait -NoNewWindow -ArgumentList \"{argsList}\").Id` else `{self.program} {argsList} & echo $!`, {}, {