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 068dab8 commit 647a48fCopy full SHA for 647a48f
1 file changed
src/llhttp/http.ts
@@ -1279,8 +1279,7 @@ export class HTTP {
1279
}
1280
1281
private pause(msg: string, next?: string | Node) {
1282
- const p = this.llparse;
1283
- const res = p.pause(ERROR.PAUSED, msg);
+ const res = this.llparse.pause(ERROR.PAUSED, msg);
1284
if (next !== undefined) {
1285
res.otherwise(this.node(next));
1286
0 commit comments