chore(shorebird_cli): revert Process.runSync default runInShell
This commit is contained in:
@@ -314,6 +314,7 @@ class ProcessWrapper {
|
||||
executable,
|
||||
arguments,
|
||||
environment: environment,
|
||||
runInShell: Platform.isWindows,
|
||||
workingDirectory: workingDirectory,
|
||||
);
|
||||
return ShorebirdProcessResult(
|
||||
|
||||
Reference in New Issue
Block a user