summaryrefslogtreecommitdiff
path: root/cli/lib.rs
diff options
context:
space:
mode:
authorKevin (Kun) "Kassimo" Qian <kevinkassimo@gmail.com>2019-11-24 07:42:30 -0800
committerRy Dahl <ry@tinyclouds.org>2019-11-24 10:42:30 -0500
commitbca23e64339f9b41272e4a01e4c1a86602e5c1e4 (patch)
treefe72fe56fd0f9ffa8e7392ec1941cce3300915ec /cli/lib.rs
parent9e97eb287954393615ec89d42e7ca5548ecb0881 (diff)
refactor: Elevate DenoPermissions lock to top level (#3398)
Diffstat (limited to 'cli/lib.rs')
-rw-r--r--cli/lib.rs1
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,