diff options
Diffstat (limited to 'cli/lib.rs')
-rw-r--r-- | cli/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/lib.rs b/cli/lib.rs index 100b25867..df9c3db54 100644 --- a/cli/lib.rs +++ b/cli/lib.rs @@ -118,6 +118,7 @@ fn create_worker_and_state( let (int, ext) = ThreadSafeState::create_channels(); let state = ThreadSafeState::new( global_state.clone(), + None, global_state.main_module.clone(), true, int, |