chore: trace seems not so good

This commit is contained in:
JounQin 2019-07-19 12:32:52 +08:00
parent fe57fc30ed
commit 9017b7c630

View File

@ -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;
}
}