Skip to content

Commit d5c66a0

Browse files
Christian Hagendornfilipesilva
Christian Hagendorn
authored andcommitted
fix: typo fix for error logging
1 parent 350abb6 commit d5c66a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ export default async function(options: { testing?: boolean, cliArgs: string[] })
8484
} else if (typeof err === 'number') {
8585
// Log nothing.
8686
} else {
87-
logger.fatal('An unexpected error occured: ' + JSON.stringify(err));
87+
logger.fatal('An unexpected error occurred: ' + JSON.stringify(err));
8888
}
8989

9090
if (options.testing) {

0 commit comments

Comments
 (0)