From 58eab0e2b37fd8c3c83445196d4bde419740373d Mon Sep 17 00:00:00 2001 From: David Sherret Date: Tue, 26 Apr 2022 19:00:04 -0400 Subject: fix(test): capture worker stdout and stderr in test output (#14410) --- runtime/examples/hello_runtime.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'runtime/examples') diff --git a/runtime/examples/hello_runtime.rs b/runtime/examples/hello_runtime.rs index b4716076e..cdffa9713 100644 --- a/runtime/examples/hello_runtime.rs +++ b/runtime/examples/hello_runtime.rs @@ -57,6 +57,7 @@ async fn main() -> Result<(), AnyError> { broadcast_channel: InMemoryBroadcastChannel::default(), shared_array_buffer_store: None, compiled_wasm_module_store: None, + stdio: Default::default(), }; let js_path = -- cgit v1.2.3