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
|
//wait for queue to complete
|
||||||
function(next) {
|
function(next) {
|
||||||
|
|
||||||
|
if(!q.started){ //no tx
|
||||||
|
console.debug("NO QUEUE, END");
|
||||||
|
return next();
|
||||||
|
}
|
||||||
|
|
||||||
console.debug("WAITING FOR DRAIN")
|
console.debug("WAITING FOR DRAIN")
|
||||||
q.drain = ()=> {
|
q.drain = ()=> {
|
||||||
console.debug("END-DRAIN");
|
console.debug("END-DRAIN");
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user