Skip to content

Commit 66b1514

Browse files
seangwrightkyliau
authored andcommitted
style: match styleguide catch callback
1 parent 1265b59 commit 66b1514

File tree

1 file changed

+1
-1
lines changed
  • packages/schematics/angular/application/files/src

1 file changed

+1
-1
lines changed

packages/schematics/angular/application/files/src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<%= experimentalIvy ? '// ' : '' %>}
1010
<%= experimentalIvy ? '// ' : '' %>
1111
<%= experimentalIvy ? '// ' : '' %>platformBrowserDynamic().bootstrapModule(AppModule)
12-
<%= experimentalIvy ? '// ' : '' %> .catch(err => console.log(err));
12+
<%= experimentalIvy ? '// ' : '' %> .catch(err => console.error(err));
1313
<% if (experimentalIvy) { %>
1414
import { AppComponent } from './app/app.component';
1515
import { ɵrenderComponent as renderComponent } from '@angular/core';

0 commit comments

Comments
 (0)