Skip to content

Commit a547ba4

Browse files
authored
add startswith import
1 parent c395b21 commit a547ba4

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)