Merge pull request #784 from embark-framework/bugfix/typo

Fix typo
This commit is contained in:
Iuri Matias 2018-09-05 18:21:30 -04:00 committed by GitHub
commit 6f7c999091
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -515,7 +515,7 @@ class EmbarkController {
engine.logger.error(err.message);
return engine.logger.debug(err.stack);
}
engine.locale.error(err);
engine.logger.error(err);
} else {
engine.logger.info((__("finished building DApp and deploying to") + " " + platform).underline);
}