default value

pull/3654/head^2
yann300 1 year ago committed by Aniket
parent 19f35497f1
commit d2a38d2c73
  1. 2
      libs/remix-lib/src/execution/txExecution.ts

@ -81,7 +81,7 @@ export function checkError (execResult, compiledContracts) {
}
const exceptionError = execResult.errorMessage || ''
const error = `Error occured: ${execResult.errorMessage}.\n`
let msg
let msg = ''
if (exceptionError === errorCode.INVALID_OPCODE) {
msg = '\t\n\tThe execution might have thrown.\n'
ret.error = true

Loading…
Cancel
Save