Skip to content

Commit

Permalink
Merge branch 'master' of github.com:daniel-j/fimfic2epub
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-j committed Jun 6, 2017
2 parents bba11fc + f87cb43 commit 56c8db8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.babel.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 56c8db8

Please sign in to comment.