Enabled error details webpack (#8391)

Enabled error details webpack
This commit is contained in:
Norbert de Langen 2019-10-18 21:29:18 +02:00 committed by GitHub
commit e86cbac765
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,6 +53,7 @@ export default function(options) {
error.error = err;
error.close = true;
error.stats = stats;
stats.toJson(options.errorDetails);
logger.line();
logger.line();
try {