Skip to content

Commit 3df2027

Browse files
committed
WIP
1 parent a65b35e commit 3df2027

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tool/src/subprocess_launcher.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ class SubprocessLauncher {
128128
await (stdoutFuture, stderrFuture, process.exitCode).wait;
129129

130130
if (exitCode != 0) {
131+
print('${await stdoutFuture} ${await stderrFuture}');
131132
throw SubprocessException(
132133
command: [executable, ...arguments].join(' '),
133134
workingDirectory: workingDirectory,

0 commit comments

Comments
 (0)