linting fix

pull/1573/head
aniket-engg 3 years ago committed by Aniket
parent e7b55b6a10
commit b92f145621
  1. 2
      apps/remix-ide/src/app/tabs/test-tab.js

@ -258,7 +258,7 @@ module.exports = class TestTab extends ViewPlugin {
if (result.hhLogs && result.hhLogs.length) this.printHHLogs(result.hhLogs, result.value)
if (!result.assertMethod) {
let debugBtn = yo``
if(result.errMsg.includes('Transaction has been reverted by the EVM')) {
if (result.errMsg.includes('Transaction has been reverted by the EVM')) {
const txHash = JSON.parse(result.errMsg.replace('Transaction has been reverted by the EVM:', '')).transactionHash
const { web3 } = result
debugBtn = yo`<div

Loading…
Cancel
Save