replace modalDialogCustom by logMessage

pull/1/head
yann300 7 years ago
parent 11e5fee764
commit e1978b2b9c
  1. 2
      src/app/tabs/run-tab.js

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

Loading…
Cancel
Save