jerrysu / gulp-rsync

Gulp plugin for deploying files via rsync
119 stars 51 forks source link

[fix] error reporting #8

Closed jsmarkus closed 9 years ago

jsmarkus commented 9 years ago

this.emit('error', ...) fails because this is lost in the callback function scope

jerrysu commented 9 years ago

Thanks @jsmarkus ! Sorry for the delay, have been busy. I'll likely address a few other issues and roll this into the next npm release.