Merge pull request #10009 from webpack/bugfix/spacing-error-details

fix spacing of errors/warnings when details or stack is enabled
This commit is contained in:
Tobias Koppers 2019-11-20 16:39:23 +01:00 committed by GitHub
commit b2eed7436e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -513,7 +513,9 @@ const ERROR_PREFERED_ORDER = [
"loc",
"separator!",
"message",
"separator!",
"details",
"separator!",
"stack",
"separator!",
"missing",