1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-05 19:42:01 +02:00

Merge remote-tracking branch 'upstream/master' into market_name

This commit is contained in:
Karol Wrótniak 2019-09-19 23:47:12 +02:00
commit 96312dd453
No known key found for this signature in database
GPG key ID: DE1EED7FE32385FE
23 changed files with 874 additions and 50 deletions

View file

@ -36,6 +36,8 @@ module.exports.readAll = function(stream) {
stream.on('readable', readableListener)
stream.on('end', endListener)
readableListener()
return resolver.promise.finally(function() {
stream.removeListener('error', errorListener)
stream.removeListener('readable', readableListener)