We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40b7fee commit 96d00d5Copy full SHA for 96d00d5
lib/src/utils/run_process.dart
@@ -39,7 +39,7 @@ Future<RunProcessResult> runProcess({
39
arguments,
40
workingDirectory: workingDirectory?.toFilePath(),
41
environment: environment,
42
- runInShell: Platform.isWindows && workingDirectory != null,
+ runInShell: false,
43
);
44
45
final stdoutSub = process.stdout.listen(
@@ -121,7 +121,7 @@ RunProcessResult runProcessSync({
121
122
123
124
125
126
final runResult = RunProcessResult(
127
pid: result.pid,
0 commit comments