We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88ca7a7 commit 762d957Copy full SHA for 762d957
packages/angular/cli/lib/cli/index.ts
@@ -72,9 +72,7 @@ export default async function(options: { testing?: boolean; cliArgs: string[] })
72
73
logger.fatal(
74
`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',
+ `See "${logPath}" for further details.`
78
);
79
} catch (e) {
80
0 commit comments