merge-async-iterators
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -30,3 +30,5 @@ module.exports = async function* merge(iterators, opts = {}) { | ||
throw error; | ||
} finally { | ||
iterators.forEach(i => i.return()); | ||
} | ||
}; |
{ | ||
"name": "merge-async-iterators", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Merge multiple async iterators", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
3284
78