This commit is contained in:
isaacs 2012-10-12 11:44:02 -07:00
parent 061f2075cf
commit 8509073458
3 changed files with 4 additions and 3 deletions

View File

@ -112,7 +112,8 @@ var error = exports.error = function(x) {
* @param {Object} obj The object to print out.
* @param {Object} opts Optional options object that alters the output.
*/
function inspect(obj, opts/* legacy: showHidden, depth, colors*/) {
/* legacy: obj, showHidden, depth, colors*/
function inspect(obj, opts) {
// default options
var ctx = {
seen: [],