Skip to content

Commit ce789e2

Browse files
author
Juan Lomán
committed
Appveyor timed out again
1 parent 7df871e commit ce789e2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/Stats.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,8 @@ Stats.prototype.toJson = function toJson(options, forToString) {
124124
warnings: compilation.warnings.map(formatError)
125125
};
126126

127-
//We just hint other renderers since actually omitting errors/warnings
128-
//from the JSON would be kind of weird.
127+
//We just hint other renderers since actually omitting
128+
//errors/warnings from the JSON would be kind of weird.
129129
Object.defineProperty(obj, "_showWarnings", {
130130
value: showWarnings,
131131
enumerable: false

0 commit comments

Comments
 (0)