Skip to content

Commit

Permalink
fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
liborm85 committed May 8, 2018
1 parent 6795fc6 commit f3eb071
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ gulp.task('build', function (callback) {
throw new PluginError("webpack", err);
}
log("[webpack]", stats.toString({}));
callback()
})
callback();
});
});


Expand Down

0 comments on commit f3eb071

Please sign in to comment.