Release 10.0.1
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user