Improve/fix scripts #114
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "chore/scripts"
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?
can we add this also in the
try {} catch
block?if something fails in this line we would also not see it.
Feel free to change it. This is just a drive-by improvement, which already fixed an error on my machine.
fyi: I generally don't like the need for those try/catch blocks everywhere... need to fix the root of the problem and it must be fixed on the truffle level or (as I mentioned what I am working on) that we don't rely on truffle again..