From 4bd669b57197741fed758aa61c9fb8edda547a0b Mon Sep 17 00:00:00 2001 From: Luke Karrys Date: Tue, 14 May 2024 13:32:04 -0700 Subject: [PATCH] Update lib/commands/config.js --- lib/commands/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/commands/config.js b/lib/commands/config.js index 1475a461d2492..323279680c060 100644 --- a/lib/commands/config.js +++ b/lib/commands/config.js @@ -346,7 +346,7 @@ ${defData} continue } - const keys = Object.entries(data).sort(([a], [b]) => localeCompare(a, b)) + const entries = Object.entries(data).sort(([a], [b]) => localeCompare(a, b)) if (!keys.length) { continue }