chore(shorebird_cli): revert Process.runSync default runInShell

This commit is contained in:
Felix Angelov
2025-03-19 12:42:38 -05:00
parent 51d73d6413
commit 3e0162bb92
@@ -314,6 +314,7 @@ class ProcessWrapper {
executable,
arguments,
environment: environment,
runInShell: Platform.isWindows,
workingDirectory: workingDirectory,
);
return ShorebirdProcessResult(