Skip to content

Commit dd39597

Browse files
Christian Hagendornfilipesilva
Christian Hagendorn
authored andcommitted
fix: typo fix for error logging
1 parent 7309c91 commit dd39597

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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)