Skip to content

Commit

Permalink
fix: add missing errors field
Browse files Browse the repository at this point in the history
  • Loading branch information
raveclassic committed Nov 2, 2018
1 parent c028bdc commit ab8109a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/language/typescript.ts
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@ const client = `
return new ResponseValiationError(errors);
}
constructor(errors: Errors) {
constructor(readonly errors: Errors) {
super('ResponseValiationError');
Object.setPrototypeOf(this, ResponseValiationError);
}
Expand Down

0 comments on commit ab8109a

Please sign in to comment.