js-ipfs
js-ipfs copied to clipboard
fix: error types
[email protected] changed the default type of catch variables from any to unknown so now we have to ensure that we are dealing with Error instances otherwise tsc flags it as an error.