Merge pull request #2314 from ethereum/yann300-patch-76

Reject if not path selected
pull/1/head
yann300 5 years ago committed by GitHub
commit c82f1b2cb8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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