diff options
Diffstat (limited to 'src/compiler.rs')
-rw-r--r-- | src/compiler.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compiler.rs b/src/compiler.rs index 5fe335c55..12554dcec 100644 --- a/src/compiler.rs +++ b/src/compiler.rs @@ -58,6 +58,7 @@ fn lazy_start(parent_state: &Arc<IsolateState>) -> Resource { allow_env: AtomicBool::new(false), allow_net: AtomicBool::new(true), allow_run: AtomicBool::new(false), + ..Default::default() }; let rid = cell.get_or_insert_with(|| { let resource = workers::spawn( |