Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fixup! fixup! util: restrict custom inspect function + vm.Context int…
…eraction
  • Loading branch information
addaleax committed Jun 8, 2020
commit 7b0b27bac2ab5e8ca3831def6d76cd2189924836
2 changes: 1 addition & 1 deletion test/parallel/test-util-inspect.js
Original file line number Diff line number Diff line change
Expand Up @@ -2938,7 +2938,7 @@ assert.strictEqual(
return {};
})
});
assert.strictEqual(output, '🐈');
assert.strictEqual(output, '[object Object]');
assert.strictEqual(typeof target.ctx, 'object');
const objectGraph = fullObjectGraph(target);
assert(!objectGraph.has(Object));
Expand Down