From 6661e7e287aa595eccdc8d49940c40953b1f69bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Fri, 1 May 2020 20:15:28 +0200 Subject: BREAKING: remove window.location and self.location (#5034) This commit removes "location" global available on "window", "globalThis" and "self". --- cli/ops/runtime.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'cli/ops') diff --git a/cli/ops/runtime.rs b/cli/ops/runtime.rs index 0d92b0692..e96a669d0 100644 --- a/cli/ops/runtime.rs +++ b/cli/ops/runtime.rs @@ -28,7 +28,6 @@ fn op_start( "cwd": &env::current_dir().unwrap(), "debugFlag": gs.flags.log_level.map_or(false, |l| l == log::Level::Debug), "denoVersion": version::DENO, - "location": state.main_module.to_string(), "noColor": !colors::use_color(), "pid": std::process::id(), "repl": gs.flags.subcommand == DenoSubcommand::Repl, -- cgit v1.2.3