From 210888da983025a8337a3e481c251ffa95956d01 Mon Sep 17 00:00:00 2001 From: Michael Bianco Date: Fri, 4 Aug 2023 07:00:17 -0600 Subject: [PATCH] fix: missing import in legacy argument parser --- 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 10ca91b..2045a6c 100644 --- a/debugger/util/argument_parser.js +++ b/debugger/util/argument_parser.js @@ -8,6 +8,7 @@ const { StringPrototypeIndexOf, StringPrototypeSlice, ArrayPrototypeJoin, + Number } = primordials; const {