Skip to content

Commit

Permalink
Fix #605 , thanks to @bcomnes
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-dimitru committed Apr 21, 2018
1 parent 45e0917 commit f49ffb4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions upload.js
Original file line number Diff line number Diff line change
Expand Up @@ -602,6 +602,7 @@ export class UploadInstance extends EventEmitter {
this.emit('start');
};

const self = this;
this.result.pipe = function (func) {
self.pipe(func);
return this;
Expand Down

0 comments on commit f49ffb4

Please sign in to comment.