Skip to content

Commit

Permalink
Update stream.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
lxsmnsyc committed Nov 21, 2023
1 parent 49f6bf3 commit 48d25f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/seroval/src/core/context/parser/stream.ts
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ export default abstract class BaseStreamParserContext extends BaseSyncParserCont
p: undefined,
e: undefined,
a: [
this.parseSpecialReference(SpecialReference.PromiseResolve),
this.parseSpecialReference(SpecialReference.PromiseReject),
parsed,
],
f: undefined,
Expand Down

0 comments on commit 48d25f0

Please sign in to comment.