mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-03 05:04:51 +08:00
Merge pull request #5678 from storybooks/fix/error-reporting
FIX broken error reporting
This commit is contained in:
parent
4334564c4b
commit
ac27de0563
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user