aboutsummaryrefslogtreecommitdiff
path: root/gulpfile.js
diff options
context:
space:
mode:
Diffstat (limited to 'gulpfile.js')
-rw-r--r--gulpfile.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/gulpfile.js b/gulpfile.js
index 96b69001..9f541ab7 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -230,9 +230,9 @@ gulp.task('iconfont-svg-outline', function (cb) {
}
}).catch(error => console.log(error));
});
- });
- cb();
+ cb();
+ });
});
gulp.task('iconfont-optimize', function() {