We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d3eb47 commit b1a8927Copy full SHA for b1a8927
lib/internal/repl/recoverable.js
@@ -10,7 +10,7 @@ const { tokTypes: tt, Parser: AcornParser } = acorn;
10
function isRecoverableError(e, code) {
11
let recoverable = false;
12
13
- // Determine if the point of the any error raised is at the end of the input.
+ // Determine if the point of any error raised is at the end of the input.
14
// There are two cases to consider:
15
//
16
// 1. Any error raised after we have encountered the 'eof' token.
0 commit comments