Skip to content

Commit b40b306

Browse files
committed
remove unecessary changes
1 parent 2cbe61f commit b40b306

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/console/constructor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,7 @@ const consoleMethods = {
600600
for (const key of keys) {
601601
map[key] ??= [];
602602
if ((primitive && properties) ||
603-
!ObjectPrototypeHasOwnProperty(item, key))
603+
!ObjectPrototypeHasOwnProperty(item, key))
604604
map[key][i] = '';
605605
else
606606
map[key][i] = _inspect(item[key]);

0 commit comments

Comments
 (0)