diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2024-02-02 21:20:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-02 20:20:18 +0000 |
commit | 8edb36fea40aa4a87c38b45dc9066751d1775210 (patch) | |
tree | f5a87015e197b42264374bcf172c14ce4e69b263 /runtime/js/99_main.js | |
parent | 3f4639c330a31741b0efda2f93ebbb833f4f95bc (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.js | 1 |
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() { |