Skip to content

Commit 9121a57

Browse files
committed
Fix task completion cb called too many times exception in release task
1 parent 334d27c commit 9121a57

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

gulpfile.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,6 @@ gulp.task('release', ['compile'], function(cb) {
9595
process.chdir('../');
9696
del('release');
9797
del('lib/**/*.*', cb);
98-
99-
cb();
10098
});
10199
});
102100

0 commit comments

Comments
 (0)