mirror of https://github.com/embarklabs/embark.git
the lint is mother the lint is father
This commit is contained in:
parent
c2ca2563bc
commit
36633bf60c
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue