diff --git a/packages/seroval/src/core/context/parser/stream.ts b/packages/seroval/src/core/context/parser/stream.ts index 0866a0ce..e7054196 100644 --- a/packages/seroval/src/core/context/parser/stream.ts +++ b/packages/seroval/src/core/context/parser/stream.ts @@ -219,8 +219,8 @@ export default abstract class BaseStreamParserContext extends BaseSyncParserCont b: undefined, o: undefined, }, false); - this.popPendingState(); } + this.popPendingState(); } }, ); @@ -319,8 +319,8 @@ export default abstract class BaseStreamParserContext extends BaseSyncParserCont b: undefined, o: undefined, }, false); - this.popPendingState(); } + this.popPendingState(); }, (data) => { if (this.alive) { @@ -340,9 +340,9 @@ export default abstract class BaseStreamParserContext extends BaseSyncParserCont b: undefined, o: undefined, }, false); - this.popPendingState(); } } + this.popPendingState(); }, ); this.pushPendingState();