From ba13b8e2a9efff13e4a7c0659bb2ed184cc4e683 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Wed, 8 Jun 2022 17:45:38 +0200 Subject: refactor: ensure exit code reference is passed to all workers (#14814) --- cli/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli') diff --git a/cli/main.rs b/cli/main.rs index f9f92359c..93846497d 100644 --- a/cli/main.rs +++ b/cli/main.rs @@ -179,7 +179,7 @@ fn create_web_worker_callback( broadcast_channel: ps.broadcast_channel.clone(), shared_array_buffer_store: Some(ps.shared_array_buffer_store.clone()), compiled_wasm_module_store: Some(ps.compiled_wasm_module_store.clone()), - maybe_exit_code: args.maybe_exit_code, + exit_code: args.exit_code, stdio: stdio.clone(), }; -- cgit v1.2.3