Skip to content

Commit 3c10cfd

Browse files
authored
Update index.js
1 parent bcaee37 commit 3c10cfd

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

index.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -232,10 +232,9 @@ function css(css, file) {
232232
chalk`{green Finished {bold ${relativePath}} in {bold ${prettyTime}}}`
233233
)
234234

235-
console.warn(reporter({
236-
...result,
235+
console.warn(reporter(Object.assign({}, result, {
237236
messages: result.warnings(),
238-
}));
237+
})));
239238

240239
return result
241240
})

0 commit comments

Comments
 (0)