diff options
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 cc3edec87..34d2b87cd 100644 --- a/cli/state.rs +++ b/cli/state.rs @@ -127,7 +127,7 @@ fn fetch_module_meta_data_and_maybe_compile_async( { debug!(">>>>> compile_sync START"); Either::A( - compile_async(state_.clone(), &specifier, &referrer, &out) + compile_async(state_.clone(), &out) .map_err(|e| { debug!("compiler error exiting!"); eprintln!("\n{}", e.to_string()); |