Skip to content

Commit

Permalink
Fix for ESBuild issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
pfumagalli committed Mar 28, 2023
1 parent 3537f21 commit a0ac902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/errors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export class ValidationError extends Error {
}

static {
ValidationError.prototype.name = ValidationError.name
this.prototype.name = 'ValidationError'
}
}

Expand Down

0 comments on commit a0ac902

Please sign in to comment.