From 4d99c82f0f7e2f6a167342249031c3d058e642ee Mon Sep 17 00:00:00 2001 From: LekoArts Date: Thu, 5 May 2022 11:37:10 +0100 Subject: [PATCH] initial --- packages/gatsby-cli/src/structured-errors/error-map.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/gatsby-cli/src/structured-errors/error-map.ts b/packages/gatsby-cli/src/structured-errors/error-map.ts index 47bc0fcbca36b..986078c9595b3 100644 --- a/packages/gatsby-cli/src/structured-errors/error-map.ts +++ b/packages/gatsby-cli/src/structured-errors/error-map.ts @@ -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,