We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 666beb0 commit 048b977Copy full SHA for 048b977
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