From 3e0162bb92c689ea6d26763d208d5f478cb39e45 Mon Sep 17 00:00:00 2001 From: Felix Angelov Date: Wed, 19 Mar 2025 12:42:38 -0500 Subject: [PATCH] chore(shorebird_cli): revert `Process.runSync` default `runInShell` --- packages/shorebird_cli/lib/src/shorebird_process.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/shorebird_cli/lib/src/shorebird_process.dart b/packages/shorebird_cli/lib/src/shorebird_process.dart index c7d93366..b774bc80 100644 --- a/packages/shorebird_cli/lib/src/shorebird_process.dart +++ b/packages/shorebird_cli/lib/src/shorebird_process.dart @@ -314,6 +314,7 @@ class ProcessWrapper { executable, arguments, environment: environment, + runInShell: Platform.isWindows, workingDirectory: workingDirectory, ); return ShorebirdProcessResult(