test: update integration/cli-hello-world project structure (#33175)

PR Close #33175
This commit is contained in:
Filipe Silva
2019-10-15 14:42:31 +01:00
committed by Matias Niemelä
parent 56731f624a
commit fbf6ec8813
27 changed files with 807 additions and 351 deletions

View File

@ -9,4 +9,4 @@ if (environment.production) {
}
platformBrowserDynamic().bootstrapModule(AppModule)
.catch(err => console.log(err));
.catch(err => console.error(err));