From 0f7639da6d3a2a5f09b6630187857852a63e12ec Mon Sep 17 00:00:00 2001 From: Aphypnise <32543196+Aphypnise@users.noreply.github.com> Date: Fri, 24 Aug 2018 03:25:04 +0200 Subject: [PATCH] Missing one round bracket, causes gulp build error --- gulpfile.babel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.babel.js b/gulpfile.babel.js index 4d6cd488..a27c9300 100644 --- a/gulpfile.babel.js +++ b/gulpfile.babel.js @@ -81,7 +81,7 @@ gulp.task('node-sass-bindings', gulp.series(function () { gulp.src('other/node_sass_bindings/**/*'), copy('release/node_modules/node-sass/vendor', { prefix: 2 }) ]); -}); +})); gulp.task('keytar-bindings', gulp.series(function () { return del(['release/node_modules/keytar/build']);