Changes based on code review

- Style changes for not requiring "else" in handlebar helpers
- Changed build to async
This commit is contained in:
Richard Ramos 2018-05-15 16:19:39 -04:00 committed by Iuri Matias
parent f23a20fbc1
commit a619da2379

View File

@ -34,8 +34,7 @@ class Scaffolding {
}
const contract = contractConfiguration.contracts[contractName];
const result = build(contract);
this.embark.logger.info(result);
build(contract);
}
}