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 76b06e5 commit 80782cbCopy full SHA for 80782cb
lib/internal/console/constructor.js
@@ -487,7 +487,7 @@ const consoleMethods = {
487
if (setIter)
488
tabularData = previewEntries(tabularData);
489
490
- const setlike = setIter || (mapIter && !isKeyValue) || isSet(tabularData);
+ const setlike = setIter || mapIter || isSet(tabularData);
491
if (setlike) {
492
const values = [];
493
let length = 0;
0 commit comments