Closed fsdiogo closed 5 years ago
As I'll tackle https://github.com/ipfs-shipyard/npm-on-ipfs/issues/105 in the near future, I was taking a look at the code to start ipfs, and found some unneeded async and new Promise that could be simplified.
async
new Promise
/cc @achingbrain @olizilla
Closing this in favour of https://github.com/ipfs-shipyard/npm-on-ipfs/pull/110, as this code is there already.
As I'll tackle https://github.com/ipfs-shipyard/npm-on-ipfs/issues/105 in the near future, I was taking a look at the code to start ipfs, and found some unneeded
async
andnew Promise
that could be simplified./cc @achingbrain @olizilla