Skip to content

Commit fd0a7b8

Browse files
committed
forgotten options
1 parent 2d4733a commit fd0a7b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ module.exports = function (processors, options) {
8282
// Prevent stream’s unhandled exception from
8383
// being suppressed by Promise
8484
setImmediate(function () {
85-
cb(new gutil.PluginError('gulp-postcss', error))
85+
cb(new gutil.PluginError('gulp-postcss', error, errorOptions))
8686
})
8787
}
8888

0 commit comments

Comments
 (0)