Skip to content

Commit

Permalink
keep exact error message
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurfiorette committed May 23, 2024
1 parent e7605ac commit 941493d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Error/Errors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export class RootlessError extends BaseError {
constructor(readonly fullName: string) {
super({
code: 102,
messageText: `No root type "${fullName}"`,
messageText: `No root type "${fullName}" found`,
});
}
}
Expand Down

0 comments on commit 941493d

Please sign in to comment.