summaryrefslogtreecommitdiff
path: root/src/compiler.rs
diff options
context:
space:
mode:
authorandy finch <andyfinch7@gmail.com>2019-03-13 12:43:47 -0400
committerRyan Dahl <ry@tinyclouds.org>2019-03-13 12:43:47 -0400
commit7e092210312af337a118c70865c2eb2593c83192 (patch)
tree4af9a6ba35d32e02a5a14224076b446075c3656a /src/compiler.rs
parent58cc69f672f91841984fc4e1e9bcfb1a75362677 (diff)
--no-prompt flag for non-interactive environments (#1913)
Diffstat (limited to 'src/compiler.rs')
-rw-r--r--src/compiler.rs1
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(