diff --git a/node.js b/node.js index 1d392a81..774501c5 100644 --- a/node.js +++ b/node.js @@ -68,7 +68,7 @@ var inspect = (4 === util.inspect.length ? } ); -exports.formatters.o = function(v) { +exports.formatters.o = exports.formatters.O = function(v) { return inspect(v, this.useColors) .replace(/\s*\n\s*/g, ' '); };