Skip to content

Commit b949c2a

Browse files
committed
fixup: add startswith import
1 parent c9b56d0 commit b949c2a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/internal/repl/await.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ const {
1414
StringPrototypeIndexOf,
1515
StringPrototypeRepeat,
1616
StringPrototypeSplit,
17+
StringPrototypeStartsWith,
1718
SyntaxError,
1819
} = primordials;
1920

0 commit comments

Comments
 (0)