mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 01:53:27 +02:00
Fix event handler cleanup.
This commit is contained in:
@@ -75,7 +75,7 @@ module.exports = function(options) {
|
||||
|
||||
return resolver.promise.finally(function() {
|
||||
dl.removeListener('error', errorListener)
|
||||
dl.removeListener('end', closeListener)
|
||||
dl.removeListener('close', closeListener)
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user