Skip to content

Commit 762d957

Browse files
clydinvikerman
authored andcommitted
refactor(@angular/cli): simplify unhandled exception message
1 parent 88ca7a7 commit 762d957

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/angular/cli/lib/cli/index.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,7 @@ export default async function(options: { testing?: boolean; cliArgs: string[] })
7272

7373
logger.fatal(
7474
`An unhandled exception occurred: ${err.message}\n` +
75-
`See "${logPath}" for further details.\n\n` +
76-
'Please report with the contents of the log file at ' +
77-
'https://github.com/angular/angular-cli/issues/new?template=1-bug-report.md',
75+
`See "${logPath}" for further details.`
7876
);
7977
} catch (e) {
8078
logger.fatal(

0 commit comments

Comments
 (0)