Reject if not path selected

pull/3094/head
yann300 5 years ago committed by GitHub
parent 2928f3757d
commit a7f945e5b6
  1. 2
      src/app/files/compiler-metadata.js

@ -110,6 +110,8 @@ class CompilerMetadata extends Plugin {
})
}
})
} else {
reject(`Please select the folder in the file explorer where the metadata of ${contractName} can be found`)
}
})
}

Loading…
Cancel
Save