From a3c3b0c23143870f35b50892e554fa34c52bbbf5 Mon Sep 17 00:00:00 2001 From: Luk Lu Date: Sun, 28 Nov 2021 13:31:25 +0800 Subject: [PATCH] do not print commanderOptions to console --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index c0ba40b..5a0987b 100644 --- a/index.js +++ b/index.js @@ -61,6 +61,7 @@ module.exports = { } } } + delete global.EnviConfig.commanderOptions // do not print commanderOptions to console console.log('- Final Configuration: ', global.EnviConfig) console.log('######## Completed System Configuration ########') return global.EnviConfig