Changes based on code review
- Style changes for not requiring "else" in handlebar helpers - Changed build to async
This commit is contained in:
parent
457d78815f
commit
246f24ef54
|
@ -34,8 +34,7 @@ class Scaffolding {
|
|||
}
|
||||
|
||||
const contract = contractConfiguration.contracts[contractName];
|
||||
const result = build(contract);
|
||||
this.embark.logger.info(result);
|
||||
build(contract);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue