Merge pull request #5678 from storybooks/fix/error-reporting

FIX broken error reporting
This commit is contained in:
Norbert de Langen 2019-02-20 13:46:13 +01:00 committed by Michael Shilman
parent 4334564c4b
commit ac27de0563

View File

@ -322,7 +322,7 @@ export async function buildDevStandalone(options) {
} else if (error.stats && error.stats.compilation.errors) {
error.stats.compilation.errors.forEach(e => logger.plain(e));
} else {
logger.error(Object.keys(error.stats.compilation));
logger.error(error);
}
if (error.close) {