mirror of
https://github.com/denoland/deno.git
synced 2024-12-21 23:04:45 -05:00
fix(jupyter): ensure op is available (#22240)
Closes https://github.com/denoland/deno/issues/22231
This commit is contained in:
parent
3f4639c330
commit
8edb36fea4
1 changed files with 1 additions and 0 deletions
|
@ -705,6 +705,7 @@ const NOT_IMPORTED_OPS = [
|
|||
"op_write_type_error",
|
||||
"op_write",
|
||||
"op_ws_send_pong",
|
||||
"op_jupyter_broadcast",
|
||||
];
|
||||
|
||||
function removeImportedOps() {
|
||||
|
|
Loading…
Reference in a new issue