diff options
Diffstat (limited to 'cli/web_worker.rs')
-rw-r--r-- | cli/web_worker.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/web_worker.rs b/cli/web_worker.rs index 75704d924..ab021a93d 100644 --- a/cli/web_worker.rs +++ b/cli/web_worker.rs @@ -1,4 +1,5 @@ // Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. + use crate::global_state::GlobalState; use crate::js; use crate::ops; |