mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-12 22:08:04 -05:00
context keys: don't forget to update scanner in erroneous regex
This commit is contained in:
@@ -332,6 +332,7 @@ export class Scanner {
|
||||
let inCharacterClass = false;
|
||||
while (true) {
|
||||
if (p >= this._input.length) {
|
||||
this._current = p;
|
||||
return this._error();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user