Unverified Commit c82f1b2c authored by yann300's avatar yann300 Committed by GitHub

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

Reject if not path selected
parents 350f247a 6ad79101
...@@ -110,6 +110,8 @@ class CompilerMetadata extends Plugin { ...@@ -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`)
} }
}) })
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment