Merge branch 'master' of github.com:daniel-j/fimfic2epub

This commit is contained in:
daniel-j 2017-06-06 22:20:58 +02:00
commit 56c8db8c04

View file

@ -145,7 +145,7 @@ gulp.task('pack:firefox', () => {
gulp.task('pack:chrome', (done) => {
execFile('./packchrome.sh', [], (error, stdout, stderr) => {
// gutil.log('[pack:chrome]', stdout)
if (error || stderr) {
if (error) {
done(new gutil.PluginError('pack:chrome', stderr, {showStack: false}))
return
}