Commit fe9d2c0f authored by yann300's avatar yann300

standard

parent c818c602
...@@ -18,7 +18,7 @@ class CompilerMetadata { ...@@ -18,7 +18,7 @@ class CompilerMetadata {
var path = self._opts.fileManager.currentPath() var path = self._opts.fileManager.currentPath()
if (provider && path) { if (provider && path) {
self._opts.compiler.visitContracts((contract) => { self._opts.compiler.visitContracts((contract) => {
var fileNameDeploy = path + '/' + contract.name + '.deploy.json' var fileNameDeploy = path + '/' + contract.name + '.deploy.json'
provider.get(fileNameDeploy, (error, content) => { provider.get(fileNameDeploy, (error, content) => {
if (!error) { if (!error) {
content = content || '{}' content = content || '{}'
......
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