diff options
author | Kitson Kelly <me@kitsonkelly.com> | 2020-06-30 21:10:51 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-30 13:10:51 +0200 |
commit | 062d1a41ea6ab22bab36e54d1f1222fc09351bf3 (patch) | |
tree | b954d72e6214bf7d0f11837a97424209606fbad9 /cli/state.rs | |
parent | 6844c3ac0ea4afcb799bba4945b400a011eb5d84 (diff) |
refactor: Improvements to TsCompiler and its tests (#6576)
Diffstat (limited to 'cli/state.rs')
-rw-r--r-- | cli/state.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/state.rs b/cli/state.rs index c94f92788..39bd8a565 100644 --- a/cli/state.rs +++ b/cli/state.rs @@ -499,7 +499,7 @@ impl State { let module_specifier = ModuleSpecifier::resolve_url_or_path(main_module) .expect("Invalid entry module"); State::new( - GlobalState::mock(vec!["deno".to_string()]), + GlobalState::mock(vec!["deno".to_string()], None), None, module_specifier, None, |