mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
fix(operation) error listeners do not removed
This commit is contained in:
parent
48c4f3cd6e
commit
0c14c78775
1 changed files with 1 additions and 0 deletions
|
|
@ -56,6 +56,7 @@
|
|||
end = function() {
|
||||
callback();
|
||||
spero.removeListener('progress', progress);
|
||||
spero.removeListener('error', error);
|
||||
spero.removeListener('end', end);
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue