intercept logs by adding the name only
This commit is contained in:
parent
f2feff597f
commit
f9d21f4e02
|
@ -9,6 +9,7 @@ module.exports = function (embark) {
|
||||||
return Haml.render(opts.source);
|
return Haml.render(opts.source);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
embark.logger.info('patente', 'a goosee');
|
||||||
embark.registerContractConfiguration({
|
embark.registerContractConfiguration({
|
||||||
"default": {
|
"default": {
|
||||||
"contracts": {
|
"contracts": {
|
||||||
|
|
Loading…
Reference in New Issue