Update angular-cli_utils.ts

This commit is contained in:
Michael Shilman 2019-07-24 16:40:03 +08:00 committed by GitHub
parent 9017b7c630
commit a5be3a707d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -66,7 +66,7 @@ export function getAngularCliParts(cliWebpackConfigOptions: any) {
};
} catch (e) {
logger.warn(
'Failed to get Angular Cli config, it will be ignored, please check the following error stack:'
'Failed to load the Angular CLI config. Using the Storybook default config instead.'
);
logger.warn(e);
return null;