Skip to content

Commit

Permalink
Merge pull request #2314 from ethereum/yann300-patch-76
Browse files Browse the repository at this point in the history
Reject if not path selected
  • Loading branch information
yann300 authored Sep 9, 2019
2 parents 350f247 + 6ad7910 commit c82f1b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/files/compiler-metadata.js
Original file line number Diff line number Diff line change
Expand Up @@ -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`)
}
})
}
Expand Down

0 comments on commit c82f1b2

Please sign in to comment.