Hello,
There's a bug where the script stops running. I believe the root is that path of the code is missing a call to the callback. On line 168 of index.js, the the first function passed to the then never calls cb(), whereas all the other functions do.
Hello,
There's a bug where the script stops running. I believe the root is that path of the code is missing a call to the callback. On line 168 of index.js, the the first function passed to the
thennever callscb(), whereas all the other functions do.