Skip to content

Commit

Permalink
remove unecessary changes
Browse files Browse the repository at this point in the history
  • Loading branch information
H4ad committed Apr 10, 2024
1 parent 2cbe61f commit b40b306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/internal/console/constructor.js
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,7 @@ const consoleMethods = {
for (const key of keys) {
map[key] ??= [];
if ((primitive && properties) ||
!ObjectPrototypeHasOwnProperty(item, key))
!ObjectPrototypeHasOwnProperty(item, key))
map[key][i] = '';
else
map[key][i] = _inspect(item[key]);
Expand Down

0 comments on commit b40b306

Please sign in to comment.