diff options
Diffstat (limited to 'cli/worker.rs')
-rw-r--r-- | cli/worker.rs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cli/worker.rs b/cli/worker.rs index 2ae7bade4..ed3db5321 100644 --- a/cli/worker.rs +++ b/cli/worker.rs @@ -559,8 +559,6 @@ impl CliMainWorkerFactory { location: shared.options.location.clone(), no_color: !colors::use_color(), is_tty: colors::is_tty(), - runtime_version: version::deno().to_string(), - ts_version: version::TYPESCRIPT.to_string(), unstable: shared.options.unstable, unstable_features, user_agent: version::get_user_agent().to_string(), @@ -755,8 +753,6 @@ fn create_web_worker_callback( location: Some(args.main_module.clone()), no_color: !colors::use_color(), is_tty: colors::is_tty(), - runtime_version: version::deno().to_string(), - ts_version: version::TYPESCRIPT.to_string(), unstable: shared.options.unstable, unstable_features, user_agent: version::get_user_agent().to_string(), |