Reject if not path selected

pull/1/head
yann300 5 years ago committed by GitHub
parent 4a5bb07a9d
commit 6ad7910167
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