1
0
Fork 0
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:
Bartek Iwańczuk 2024-02-02 21:20:18 +01:00 committed by GitHub
parent 3f4639c330
commit 8edb36fea4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -705,6 +705,7 @@ const NOT_IMPORTED_OPS = [
"op_write_type_error",
"op_write",
"op_ws_send_pong",
"op_jupyter_broadcast",
];
function removeImportedOps() {