diff options
Diffstat (limited to 'cli/js/40_jupyter.js')
-rw-r--r-- | cli/js/40_jupyter.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/js/40_jupyter.js b/cli/js/40_jupyter.js index a0a637472..bef7f4056 100644 --- a/cli/js/40_jupyter.js +++ b/cli/js/40_jupyter.js @@ -36,7 +36,7 @@ * }, { raw: true }); * ``` */ -{ +(() => { const internals = Deno[Deno.internal]; const core = internals.core; @@ -428,4 +428,4 @@ } internals.enableJupyter = enableJupyter; -} +})(); |