Update index.js

This commit is contained in:
sairajzero 2023-02-05 22:30:24 +05:30
parent 40b2e64a8f
commit c5690aa490

View File

@ -1002,7 +1002,7 @@ AddressService.prototype._streamAddressSummary = function(address, options, stre
function(next) {
console.debug("WAITING FOR DRAIN")
q.drain = ()=> {
console.debug("END-DRAIN", d_count, td_count);
console.debug("END-DRAIN");
next();
};
}