We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 197dbf6 commit 1329d0aCopy full SHA for 1329d0a
lib/internal/encoding.js
@@ -327,7 +327,7 @@ class TextEncoder {
327
});
328
obj.encoding = this.encoding;
329
// Lazy to avoid circular dependency
330
- return require('util').inspect(obj, opts);
+ return require('internal/util/inspect').inspect(obj, opts);
331
}
332
333
@@ -530,7 +530,7 @@ function makeTextDecoderJS() {
530
obj[kHandle] = this[kHandle];
531
532
533
534
535
}));
536
Object.defineProperties(TextDecoder.prototype, {
0 commit comments