Closed vjpr closed 12 years ago
this.size is undefined _log() call
this.size
_log()
To fix I had to change Logger::_log:160 to
Logger::_log:160
_this = this var ns = this.namespaces.map(function (n) { return prefixCol(c.bold(pad(n + '', _this.size))) + " " + d; });
Fixed in 0.9.0.
this.size
is undefined_log()
call