From 683dbd7f3bdd91c33005b816ad26b82a4343931a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Fri, 28 Apr 2023 00:37:03 +0200 Subject: Revert "refactor: don't expose Deno[Deno.internal].core namespace" (#18881) Also conditionally disabled one test if there's not enough space on device. --- cli/tools/test.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/tools/test.rs') diff --git a/cli/tools/test.rs b/cli/tools/test.rs index 3bc0e79aa..0bdcb8860 100644 --- a/cli/tools/test.rs +++ b/cli/tools/test.rs @@ -962,7 +962,7 @@ pub async fn test_specifier( if options.trace_ops { worker.js_runtime.execute_script_static( located_script_name!(), - "Deno[Deno.internal].enableOpCallTracing();", + "Deno[Deno.internal].core.enableOpCallTracing();", )?; } worker.dispatch_load_event(located_script_name!())?; -- cgit v1.2.3