Merge pull request #827 from ethereum/fixErrorMsg

replace modalDialogCustom by logMessage
pull/1/head
yann300 7 years ago committed by GitHub
commit ec522a1e61
  1. 2
      src/app/tabs/run-tab.js

@ -314,7 +314,7 @@ function contractDropdown (appAPI, appEvents, instanceContainer) {
if (isVM) { if (isVM) {
var vmError = txExecution.checkVMError(txResult) var vmError = txExecution.checkVMError(txResult)
if (vmError.error) { if (vmError.error) {
modalDialogCustom.alert(vmError.message) appAPI.logMessage(vmError.message)
return return
} }
} }

Loading…
Cancel
Save