fix compile and run

pull/5370/head
Aniket-Engg 2 years ago committed by Aniket
parent 8d7bb9bb09
commit 7906712abd
  1. 2
      apps/remix-ide/src/app/tabs/compile-and-run.ts

@ -73,8 +73,8 @@ export class CompileAndRun extends Plugin {
this.on('compilerMetadata', 'artefactsUpdated', async (fileName, contract) => {
if (this.targetFileName === contract.file) {
this.targetFileName = null
if (contract.object && contract.object.devdoc['custom:dev-run-script']) {
this.targetFileName = null
const file = contract.object.devdoc['custom:dev-run-script']
if (file) {
this.runScript(file, true)

Loading…
Cancel
Save