summaryrefslogtreecommitdiff
path: root/cli/js
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2024-03-21 20:57:32 +0000
committerGitHub <noreply@github.com>2024-03-21 13:57:32 -0700
commit2166aa8fb6be5fdd6d607db587e236de11b6fb91 (patch)
tree9dd1945b59dda8c6868934abab8d27ff05525f46 /cli/js
parent9abc722cc3a998b4f73103c4394b53cccdb5c83b (diff)
chore: upgrade deno_core to 0.272.0 (#23022)
Diffstat (limited to 'cli/js')
-rw-r--r--cli/js/40_jupyter.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/cli/js/40_jupyter.js b/cli/js/40_jupyter.js
index cb59e4324..63af393a5 100644
--- a/cli/js/40_jupyter.js
+++ b/cli/js/40_jupyter.js
@@ -337,9 +337,7 @@ async function formatInner(obj, raw) {
internals.jupyter = { formatInner };
function enableJupyter() {
- const {
- op_jupyter_broadcast,
- } = core.ensureFastOps();
+ const { op_jupyter_broadcast } = core.ops;
async function broadcast(
msgType,