Update index.js
This commit is contained in:
parent
5ab1214fa4
commit
e5c86ebe5f
@ -1000,6 +1000,12 @@ AddressService.prototype._streamAddressSummary = function(address, options, stre
|
||||
|
||||
//wait for queue to complete
|
||||
function(next) {
|
||||
|
||||
if(!q.started){ //no tx
|
||||
console.debug("NO QUEUE, END");
|
||||
return next();
|
||||
}
|
||||
|
||||
console.debug("WAITING FOR DRAIN")
|
||||
q.drain = ()=> {
|
||||
console.debug("END-DRAIN");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user