Skip to content

Commit

Permalink
console: duplicate inspect in internal/console
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-ippolito committed Mar 15, 2024
1 parent e7d42cd commit 11190d5
Show file tree
Hide file tree
Showing 3 changed files with 2,422 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/internal/console/constructor.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const { Buffer: { isBuffer } } = require('buffer');
const {
inspect,
formatWithOptions,
} = require('internal/util/inspect');
} = require('internal/console/inspect');
const {
isTypedArray, isSet, isMap, isSetIterator, isMapIterator,
} = require('internal/util/types');
Expand Down
Loading

0 comments on commit 11190d5

Please sign in to comment.