the lint is mother the lint is father

This commit is contained in:
Iuri Matias 2017-03-30 07:16:15 -04:00
parent c2ca2563bc
commit 36633bf60c
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ var Embark = (function () {
], function(err, result) {
if (err) {
engine.logger.error(err.message);
engine.logger.debug(err.stack)
engine.logger.debug(err.stack);
} else {
engine.logger.info("finished building".underline);
}