summaryrefslogtreecommitdiff
path: root/cli/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/main.rs')
-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(),
};