diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2024-02-07 02:16:08 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-07 02:16:08 +0100 |
commit | 043fee48fd72fbce2357e93431753db5b086cffd (patch) | |
tree | 49d254335953cc03e346d0fe7267eae5260652b8 /cli/tools/test/mod.rs | |
parent | e54684864dee1c708325570eaaff2fce0f928387 (diff) |
chore: upgrade deno_core to 0.259.0 (#22311)
This update brings number of ops available to user code down to 45.
Diffstat (limited to 'cli/tools/test/mod.rs')
-rw-r--r-- | cli/tools/test/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tools/test/mod.rs b/cli/tools/test/mod.rs index 3095e727d..332bfa8c8 100644 --- a/cli/tools/test/mod.rs +++ b/cli/tools/test/mod.rs @@ -496,7 +496,7 @@ async fn test_specifier_inner( if options.trace_ops { worker.execute_script_static( located_script_name!(), - "Deno[Deno.internal].core.enableOpCallTracing();", + "Deno[Deno.internal].core.setOpCallTracingEnabled(true);", )?; } |