Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 9e4cedc

Browse files
Forward stdout and stderr from dart2wasm when verbose. (#40731)
Forward stdout and stderr from dart2wasm when verbose.
1 parent 5c1c07f commit 9e4cedc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/web_ui/dev/steps/compile_bundle_step.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ class Dart2WasmCompiler extends TestCompiler {
293293
arguments,
294294
workingDirectory: inputTestSetDirectory.path,
295295
failureIsSuccess: true,
296-
evalOutput: true,
296+
evalOutput: !isVerbose,
297297
);
298298
final int exitCode = await process.wait();
299299

0 commit comments

Comments
 (0)