mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-01-09 13:36:14 +00:00
Changes based on code review
- Style changes for not requiring "else" in handlebar helpers - Changed build to async
This commit is contained in:
parent
f23a20fbc1
commit
a619da2379
@ -34,8 +34,7 @@ class Scaffolding {
|
||||
}
|
||||
|
||||
const contract = contractConfiguration.contracts[contractName];
|
||||
const result = build(contract);
|
||||
this.embark.logger.info(result);
|
||||
build(contract);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user