Closed knod closed 7 years ago
Not sure which commit it first showed up in, but it's definitely in c4b5e0b24dc5f3413059e6b6347a081755991e27
A little exploration has revealed that each call in the loop is using .once(), so something's up with how the callback is being passed along.
.once()
Not sure which commit it first showed up in, but it's definitely in c4b5e0b24dc5f3413059e6b6347a081755991e27
A little exploration has revealed that each call in the loop is using
.once()
, so something's up with how the callback is being passed along.