Skip to content

Commit 6ed5828

Browse files
Update tasks/postcss.js
Co-authored-by: Lodder <[email protected]>
1 parent d49a411 commit 6ed5828

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/postcss.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ module.exports = (grunt) => {
247247
done();
248248
}).catch((error) => {
249249

250-
if(options.onError != undefined && typeof options.onError === 'function'){
250+
if (options.onError !== undefined && typeof options.onError === 'function') {
251251
options.onError(error);
252252
}
253253

0 commit comments

Comments
 (0)