Unverified Commit 6ad79101 authored by yann300's avatar yann300 Committed by GitHub

Reject if not path selected

parent 4a5bb07a
...@@ -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