Closed eventualbuddha closed 6 years ago
Closes #36
I chose to put the code that uses result inside the try block because it only really makes sense to use the result value when deployOnce succeeds.
result
try
deployOnce
Thanks!
Closes #36
I chose to put the code that uses
result
inside thetry
block because it only really makes sense to use theresult
value whendeployOnce
succeeds.