summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2022-06-08 17:45:38 +0200
committerGitHub <noreply@github.com>2022-06-08 17:45:38 +0200
commitba13b8e2a9efff13e4a7c0659bb2ed184cc4e683 (patch)
tree787dfd5f56557cfb6f25008924118ef0c53e1ab7 /cli
parent4911acb148a4b7b22a205772e2e9c410ee5be9c7 (diff)
refactor: ensure exit code reference is passed to all workers (#14814)
Diffstat (limited to 'cli')
-rw-r--r--cli/main.rs2
1 files changed, 1 insertions, 1 deletions
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(),
};