showEnvi() 按照属性名的顺序输出

This commit is contained in:
陆柯 2022-04-03 15:26:16 +08:00
parent f2c916facf
commit f5b7abe635

View File

@ -92,6 +92,6 @@ module.exports = {
envi[key] = '***confidential***'
}
}
console.log(envi)
console.log(JSON.parse(JSON.stringify(envi, Object.keys(envi).sort())))
}
}