From 2c8078ce0a96e0a9f7da217d1fe40e02c4e63a6b Mon Sep 17 00:00:00 2001 From: Michael Bianco Date: Mon, 31 Jul 2023 09:35:15 -0600 Subject: [PATCH] fix: missing primordial slice import --- debugger/util/argument_parser.js | 1 + 1 file changed, 1 insertion(+) diff --git a/debugger/util/argument_parser.js b/debugger/util/argument_parser.js index dc11524..af7bf30 100644 --- a/debugger/util/argument_parser.js +++ b/debugger/util/argument_parser.js @@ -1,5 +1,6 @@ const { ArrayPrototypeShift, + ArrayPrototypeSlice, ArrayPrototypeIncludes, StringPrototypeSplit, RegExpPrototypeExec,