We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d4733a commit fd0a7b8Copy full SHA for fd0a7b8
index.js
@@ -82,7 +82,7 @@ module.exports = function (processors, options) {
82
// Prevent stream’s unhandled exception from
83
// being suppressed by Promise
84
setImmediate(function () {
85
- cb(new gutil.PluginError('gulp-postcss', error))
+ cb(new gutil.PluginError('gulp-postcss', error, errorOptions))
86
})
87
}
88
0 commit comments