diff options
Diffstat (limited to 'cli/ops/workers.rs')
-rw-r--r-- | cli/ops/workers.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/ops/workers.rs b/cli/ops/workers.rs index c8c4252c3..670ca6b47 100644 --- a/cli/ops/workers.rs +++ b/cli/ops/workers.rs @@ -172,7 +172,7 @@ fn op_create_worker( } let op = worker - .execute_mod_async(&module_specifier, false) + .execute_mod_async(&module_specifier, None, false) .and_then(move |()| Ok(exec_cb(worker))); let result = op.wait()?; |