Skip to content

Commit de4d92d

Browse files
authored
feat: change error message (#7942)
1 parent 4099010 commit de4d92d

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

src/commands/main.ts

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -84,12 +84,8 @@ process.on('uncaughtException', async (err: AddressInUseError | Error) => {
8484
} else {
8585
logError(
8686
`${chalk.red(
87-
'Netlify CLI has terminated unexpectedly',
88-
)}\nThis is a problem with the Netlify CLI, not with your application.\nIf you recently updated the CLI, consider reverting to an older version by running:\n\n${chalk.bold(
89-
'npm install -g netlify-cli@VERSION',
90-
)}\n\nYou can use any version from ${chalk.underline(
91-
'https://ntl.fyi/cli-versions',
92-
)}.\n\nPlease report this problem at ${chalk.underline(
87+
'Netlify CLI has terminated unexpectedly.',
88+
)}\n\nPlease report this problem with reproduction steps at ${chalk.underline(
9389
'https://ntl.fyi/cli-error',
9490
)} including the error details below.\n`,
9591
)

0 commit comments

Comments
 (0)