fix catching gasEstimation failure

pull/5370/head
yann300 3 years ago
parent 3b29a3c468
commit 19815d96aa
  1. 3
      libs/remix-tests/src/deployer.ts

@ -79,6 +79,9 @@ export function deployAll (compileResult: compilationInterface, web3: Web3, test
console.error(err) console.error(err)
callback(err) callback(err)
}) })
}).catch((err) => {
console.error(err)
callback(err)
}) })
} }

Loading…
Cancel
Save