We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4556fcc commit 24bbaf9Copy full SHA for 24bbaf9
src/generator.js
@@ -25,6 +25,7 @@ var generate = bluebird.promisify(function(
25
request({uri: cssUrl, timeout: 10000})
26
.on('error', callback)
27
.pipe(fs.createWriteStream(tmpPath))
28
+ .on('error', callback)
29
.on('close', function() {
30
penthouse(
31
extend(options, {
0 commit comments