diff options
Diffstat (limited to 'cli/worker.rs')
-rw-r--r-- | cli/worker.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cli/worker.rs b/cli/worker.rs index 9b505e4f0..f46c2efce 100644 --- a/cli/worker.rs +++ b/cli/worker.rs @@ -410,6 +410,7 @@ pub async fn create_main_worker( ts_version: version::TYPESCRIPT.to_string(), unstable: ps.options.unstable(), user_agent: version::get_user_agent(), + inspect: ps.options.is_inspecting(), }, extensions, unsafely_ignore_certificate_errors: ps @@ -515,6 +516,7 @@ fn create_web_worker_callback( ts_version: version::TYPESCRIPT.to_string(), unstable: ps.options.unstable(), user_agent: version::get_user_agent(), + inspect: ps.options.is_inspecting(), }, extensions, unsafely_ignore_certificate_errors: ps |