diff options
Diffstat (limited to 'cli/standalone.rs')
-rw-r--r-- | cli/standalone.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/standalone.rs b/cli/standalone.rs index 4072e5eb7..147a1a57e 100644 --- a/cli/standalone.rs +++ b/cli/standalone.rs @@ -297,6 +297,7 @@ pub async fn run( maybe_inspector_server: None, should_break_on_first_statement: false, module_loader, + npm_resolver: None, // not currently supported get_error_class_fn: Some(&get_error_class_name), origin_storage_dir: None, blob_store, |