Handle errors in contributor list script #109

Merged
raucao merged 1 commits from dev/list_contributors_error_handling into master 2019-04-19 11:22:39 +00:00
raucao commented 2019-04-19 11:02:59 +00:00 (Migrated from github.com)
No description provided.
bumi commented 2019-04-19 11:22:34 +00:00 (Migrated from github.com)

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.

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.
bumi commented 2019-04-20 00:11:25 +00:00 (Migrated from github.com)

I think I merged this too fast and without actually running the code.
you set the const contributors variable inside a try block, so the variable is not available further down? or am I missing something?

I think I merged this too fast and without actually running the code. you set the `const contributors` variable inside a try block, so the variable is not available further down? or am I missing something?
raucao commented 2019-04-20 07:51:44 +00:00 (Migrated from github.com)

That could be the actual reason why I wasn't able to list contributors anymore. Sorry! 😳

That could be the actual reason why I wasn't able to list contributors anymore. Sorry! :flushed:
Sign in to join this conversation.
No description provided.