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 55e5285 commit 0aec8bfCopy full SHA for 0aec8bf
addon/runmode/runmode.node.js
@@ -94,7 +94,7 @@ StringStream.prototype = {
94
finally { this.lineStart -= n; }
95
},
96
lookAhead: function(n) {
97
- let line = this.context.line + n
+ var line = this.context.line + n
98
return line >= this.context.lines.length ? null : this.context.lines[line]
99
}
100
};
0 commit comments