We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 39ecd87 + 7748e50 commit 3c0f3daCopy full SHA for 3c0f3da
1 file changed
node.js
@@ -68,7 +68,7 @@ var inspect = (4 === util.inspect.length ?
68
}
69
);
70
71
-exports.formatters.o = function(v) {
+exports.formatters.o = exports.formatters.O = function(v) {
72
return inspect(v, this.useColors)
73
.replace(/\s*\n\s*/g, ' ');
74
};
0 commit comments