Skip to content

Commit

Permalink
fix: keep same error message
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurfiorette committed May 23, 2024
1 parent b5f5c14 commit aaa9605
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 RootlessTJSGError extends TJSGError {
constructor(readonly fullName: string) {
super({
code: 102,
messageText: `No root files could be found for: ${fullName}`,
messageText: `No root type "${fullName}"`,
});
}
}
Expand Down

0 comments on commit aaa9605

Please sign in to comment.