gulp-postcss
Advanced tools
Comparing version 5.1.7 to 5.1.8
@@ -76,3 +76,7 @@ var Stream = require('stream') | ||
} | ||
cb(new gutil.PluginError('gulp-postcss', error)) | ||
// Prevent stream’s unhandled exception from | ||
// being suppressed by Promise | ||
setImmediate(function () { | ||
cb(new gutil.PluginError('gulp-postcss', error)) | ||
}) | ||
} | ||
@@ -79,0 +83,0 @@ |
{ | ||
"name": "gulp-postcss", | ||
"version": "5.1.7", | ||
"version": "5.1.8", | ||
"description": "PostCSS gulp plugin", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -73,2 +73,5 @@ # gulp-postcss [![Build Status](https://api.travis-ci.org/postcss/gulp-postcss.png)](https://travis-ci.org/postcss/gulp-postcss) | ||
* 5.1.8 | ||
* Prevent stream’s unhandled exception from being suppressed by Promise | ||
* 5.1.7 | ||
@@ -75,0 +78,0 @@ * Updated direct dependencies |
13395
268
137