Handle errors in contributor list script #109
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "dev/list_contributors_error_handling"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
fyi. errors might happen also in the
toString()function.the general problem needs to be globally addressed - maybe with a truffle update or with removing truffle's web3 in the scripts and only using the wrapper.
I think I merged this too fast and without actually running the code.
you set the
const contributorsvariable inside a try block, so the variable is not available further down? or am I missing something?That could be the actual reason why I wasn't able to list contributors anymore. Sorry! 😳