Commit b92f1456 authored by aniket-engg's avatar aniket-engg Committed by Aniket

linting fix

parent e7b55b6a
...@@ -258,7 +258,7 @@ module.exports = class TestTab extends ViewPlugin { ...@@ -258,7 +258,7 @@ module.exports = class TestTab extends ViewPlugin {
if (result.hhLogs && result.hhLogs.length) this.printHHLogs(result.hhLogs, result.value) if (result.hhLogs && result.hhLogs.length) this.printHHLogs(result.hhLogs, result.value)
if (!result.assertMethod) { if (!result.assertMethod) {
let debugBtn = yo`` 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 txHash = JSON.parse(result.errMsg.replace('Transaction has been reverted by the EVM:', '')).transactionHash
const { web3 } = result const { web3 } = result
debugBtn = yo`<div debugBtn = yo`<div
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment