summaryrefslogtreecommitdiff
path: root/runtime/js/99_main.js
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2024-02-02 21:20:18 +0100
committerGitHub <noreply@github.com>2024-02-02 20:20:18 +0000
commit8edb36fea40aa4a87c38b45dc9066751d1775210 (patch)
treef5a87015e197b42264374bcf172c14ce4e69b263 /runtime/js/99_main.js
parent3f4639c330a31741b0efda2f93ebbb833f4f95bc (diff)
fix(jupyter): ensure op is available (#22240)
Closes https://github.com/denoland/deno/issues/22231
Diffstat (limited to 'runtime/js/99_main.js')
-rw-r--r--runtime/js/99_main.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/js/99_main.js b/runtime/js/99_main.js
index dee4efaa0..3e9e9c6b1 100644
--- a/runtime/js/99_main.js
+++ b/runtime/js/99_main.js
@@ -705,6 +705,7 @@ const NOT_IMPORTED_OPS = [
"op_write_type_error",
"op_write",
"op_ws_send_pong",
+ "op_jupyter_broadcast",
];
function removeImportedOps() {