Skip to content

Commit ab8109a

Browse files
committed
fix: add missing errors field
1 parent c028bdc commit ab8109a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/language/typescript.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@ const client = `
579579
return new ResponseValiationError(errors);
580580
}
581581
582-
constructor(errors: Errors) {
582+
constructor(readonly errors: Errors) {
583583
super('ResponseValiationError');
584584
Object.setPrototypeOf(this, ResponseValiationError);
585585
}

0 commit comments

Comments
 (0)