Release 10.0.1

This commit is contained in:
Kevin Jahns
2016-03-23 14:41:08 +01:00
parent 83a42271ad
commit d4ee8af772
3 changed files with 6 additions and 6 deletions

View File

@@ -111,7 +111,7 @@ module.exports = function (Y /* :any */) {
}
}
emptyGarbageCollector () {
return new Promise (resolve => {
return new Promise(resolve => {
var check = () => {
if (this.gc1.length > 0 || this.gc2.length > 0) {
this.garbageCollect().then(check)