From f5b7abe635d104eb93af8e04437aef1e99502ecd Mon Sep 17 00:00:00 2001 From: Luk Lu Date: Sun, 3 Apr 2022 15:26:16 +0800 Subject: [PATCH] =?UTF-8?q?showEnvi()=20=E6=8C=89=E7=85=A7=E5=B1=9E?= =?UTF-8?q?=E6=80=A7=E5=90=8D=E7=9A=84=E9=A1=BA=E5=BA=8F=E8=BE=93=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 49677d5..2bcf1bb 100644 --- a/index.js +++ b/index.js @@ -92,6 +92,6 @@ module.exports = { envi[key] = '***confidential***' } } - console.log(envi) + console.log(JSON.parse(JSON.stringify(envi, Object.keys(envi).sort()))) } }