diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2024-03-21 20:57:32 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-21 13:57:32 -0700 |
commit | 2166aa8fb6be5fdd6d607db587e236de11b6fb91 (patch) | |
tree | 9dd1945b59dda8c6868934abab8d27ff05525f46 /cli/js/40_jupyter.js | |
parent | 9abc722cc3a998b4f73103c4394b53cccdb5c83b (diff) |
chore: upgrade deno_core to 0.272.0 (#23022)
Diffstat (limited to 'cli/js/40_jupyter.js')
-rw-r--r-- | cli/js/40_jupyter.js | 4 |
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, |