From 8edb36fea40aa4a87c38b45dc9066751d1775210 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Fri, 2 Feb 2024 21:20:18 +0100 Subject: [PATCH] fix(jupyter): ensure op is available (#22240) Closes https://github.com/denoland/deno/issues/22231 --- runtime/js/99_main.js | 1 + 1 file changed, 1 insertion(+) diff --git a/runtime/js/99_main.js b/runtime/js/99_main.js index dee4efaa0a..3e9e9c6b1f 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() {