Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
Rexios80 committed Aug 27, 2024
1 parent c6b9978 commit f433190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/commands.dart
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ extension ProjectCommandExtension on ProjectCommand {
finalArgs.sublist(1),
workingDirectory: resolved.path,
runInShell: true,
mode: silent ? ProcessStartMode.detached : ProcessStartMode.inheritStdio,
mode: silent ? ProcessStartMode.normal : ProcessStartMode.inheritStdio,
);

final exitCode = await process.exitCode;
Expand Down

0 comments on commit f433190

Please sign in to comment.