diff options
Diffstat (limited to 'core/01_core.js')
-rw-r--r-- | core/01_core.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/01_core.js b/core/01_core.js index 3972dec33..72cbe31f7 100644 --- a/core/01_core.js +++ b/core/01_core.js @@ -28,13 +28,13 @@ SafeArrayIterator, SafeMap, SafePromisePrototypeFinally, - setQueueMicrotask, StringPrototypeSlice, StringPrototypeSplit, SymbolFor, SyntaxError, TypeError, URIError, + setQueueMicrotask, } = window.__bootstrap.primordials; const { ops, asyncOps } = window.Deno.core; |