diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2022-04-26 19:00:04 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-26 19:00:04 -0400 |
commit | 58eab0e2b37fd8c3c83445196d4bde419740373d (patch) | |
tree | 213d98203d18ce6f261f0e4b240450e1c4db73fc /cli/standalone.rs | |
parent | 2c33293f665c4d86a2196c3b2c0aa45b15b533c3 (diff) |
fix(test): capture worker stdout and stderr in test output (#14410)
Diffstat (limited to 'cli/standalone.rs')
-rw-r--r-- | cli/standalone.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/standalone.rs b/cli/standalone.rs index 9f2aba9bd..a532872ca 100644 --- a/cli/standalone.rs +++ b/cli/standalone.rs @@ -305,6 +305,7 @@ pub async fn run( broadcast_channel, shared_array_buffer_store: None, compiled_wasm_module_store: None, + stdio: Default::default(), }; let mut worker = MainWorker::bootstrap_from_options( main_module.clone(), |