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 350abb6 commit d5c66a0Copy full SHA for d5c66a0
packages/angular/cli/lib/cli/index.ts
@@ -84,7 +84,7 @@ export default async function(options: { testing?: boolean, cliArgs: string[] })
84
} else if (typeof err === 'number') {
85
// Log nothing.
86
} else {
87
- logger.fatal('An unexpected error occured: ' + JSON.stringify(err));
+ logger.fatal('An unexpected error occurred: ' + JSON.stringify(err));
88
}
89
90
if (options.testing) {
0 commit comments