Skip to content

Commit

Permalink
fix(gatsby): Better TS compilation error (#35594)
Browse files Browse the repository at this point in the history
  • Loading branch information
LekoArts committed May 5, 2022
1 parent 0cf0bd9 commit 053180a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gatsby-cli/src/structured-errors/error-map.ts
Expand Up @@ -701,7 +701,7 @@ const errors = {
},
"11902": {
text: (context): string =>
`We encountered an error while trying to compile your site's ${context.configName}. Please fix the error and try again.`,
`We encountered an error while trying to compile your site's ${context.configName}. Check the current limitations (https://gatsby.dev/ts-limitations), fix the error, and try again.`,
level: Level.ERROR,
type: Type.COMPILATION,
category: ErrorCategory.USER,
Expand Down

0 comments on commit 053180a

Please sign in to comment.