Skip to content

Commit

Permalink
chore: trace seems not so good
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin committed Jul 19, 2019
1 parent 4be9562 commit ac0df85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/angular/src/server/angular-cli_utils.ts
Expand Up @@ -68,7 +68,7 @@ export function getAngularCliParts(cliWebpackConfigOptions: any) {
logger.warn(
'Failed to get Angular Cli config, it will be ignored, please check the following error stack:'
);
logger.trace(e);
logger.warn(e);
return null;
}
}
Expand Down

0 comments on commit ac0df85

Please sign in to comment.