gtg092x / gulp-sftp

Gulp SFTP Deploy
140 stars 61 forks source link

Fixed Tasks not being finished properly #40

Closed fulf closed 8 years ago

fulf commented 8 years ago

If you have a callback function and the module doesn't detect any files to upload, it will just hang. Fixed it by checking for the callback function at the end of the operations, and if there is not callback function, just run cb();