JP Richardson
JP Richardson
I'm willing to give anyone access that wants to maintain this package.
I will accept a PR for this. I won't accept "+1".
I'm happy to hand maintenance over. Need to know to whom.
@i-am-al-x https://github.com/jprichardson/node-kexec/pull/40#issuecomment-841651984
Sorry, I'm not maintaining it anymore. You may want to check out some of the forks.
I'll leave it open in case someone has a solution.
The problem is that you're not calling the `callback` on `fs.remove`. Also, since you're using `fs-extra`, you don't need to include `klaw` since `fs-exta` already does. Your code can be...
No, you can do it in the 'data' event.... ``` js .on('data', function (item) { fs.remove(item.path) }) ``` But yea... it should still delete them. Hmm, there may be a...
> @jprichardson what are your thoughts here? Agreed. I'd prefer to rework (move to its own section) the README a bit to make it very clear and distinct on the...
Hmm, I like the idea of returning body and response...