We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14bc15d commit 52b58a2Copy full SHA for 52b58a2
test/parallel/test-stream-buffer-list.js
@@ -36,5 +36,6 @@ const tmp = util.inspect.defaultOptions.colors;
36
util.inspect.defaultOptions = { colors: true };
37
assert.strictEqual(
38
util.inspect(list),
39
- 'BufferList { length: \u001b[33m0\u001b[39m }');
+ 'BufferList { head: \u001b[1mnull\u001b[22m, tail: \u001b[1mnull\u001b[22m,' +
40
+ ' length: \u001b[33m0\u001b[39m }');
41
util.inspect.defaultOptions = { colors: tmp };
0 commit comments