Skip to content

Commit 3ff1a94

Browse files
console: duplicate inspect in internal/console
1 parent 65567ac commit 3ff1a94

File tree

3 files changed

+2422
-1
lines changed

3 files changed

+2422
-1
lines changed

lib/internal/console/constructor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ const { Buffer: { isBuffer } } = require('buffer');
5757
const {
5858
inspect,
5959
formatWithOptions,
60-
} = require('internal/util/inspect');
60+
} = require('internal/console/inspect');
6161
const {
6262
isTypedArray, isSet, isMap, isSetIterator, isMapIterator,
6363
} = require('internal/util/types');

0 commit comments

Comments
 (0)