1 parent 7df871e commit ce789e2Copy full SHA for ce789e2
1 file changed
lib/Stats.js
@@ -124,8 +124,8 @@ Stats.prototype.toJson = function toJson(options, forToString) {
124
warnings: compilation.warnings.map(formatError)
125
};
126
127
- //We just hint other renderers since actually omitting errors/warnings
128
- //from the JSON would be kind of weird.
+ //We just hint other renderers since actually omitting
+ //errors/warnings from the JSON would be kind of weird.
129
Object.defineProperty(obj, "_showWarnings", {
130
value: showWarnings,
131
enumerable: false
0 commit comments