mirror of
https://github.com/thinkjs/thinkjs.git
synced 2026-01-25 14:42:47 +00:00
Merge branch 'master' of github.com:welefen/thinkjs
This commit is contained in:
commit
c39eba4e16
@ -421,6 +421,9 @@ module.exports = Class(function() {
|
||||
http.end();
|
||||
deferred.resolve();
|
||||
});
|
||||
fileStream.on('error', function(err) {
|
||||
deferred.reject(err);
|
||||
});
|
||||
return deferred.promise;
|
||||
},
|
||||
/**
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user