Update index.js
This commit is contained in:
parent
40b2e64a8f
commit
c5690aa490
@ -1002,7 +1002,7 @@ AddressService.prototype._streamAddressSummary = function(address, options, stre
|
|||||||
function(next) {
|
function(next) {
|
||||||
console.debug("WAITING FOR DRAIN")
|
console.debug("WAITING FOR DRAIN")
|
||||||
q.drain = ()=> {
|
q.drain = ()=> {
|
||||||
console.debug("END-DRAIN", d_count, td_count);
|
console.debug("END-DRAIN");
|
||||||
next();
|
next();
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user