This commit is contained in:
Josh Harvey 2017-06-24 18:52:55 +03:00
parent 45e6e2b82d
commit 2779dcd6f3
5 changed files with 34 additions and 20 deletions

View file

@ -2,5 +2,6 @@ module.exports = function (label) {
return function (o) {
console.log(label)
console.log(require('util').inspect(o, {depth: null, colors: true}))
return o
}
}