@coze/cli 0.1.3-alpha.3cc78c → 0.1.3-alpha.cac41d

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/bin/main CHANGED
@@ -12,12 +12,6 @@ if (isCompletion) {
12
12
  }
13
13
 
14
14
  process.env.NODE_ENV = 'production';
15
-
16
- const isDebug = process.argv.includes('--debug');
17
-
18
- // 如果不是 debug 模式,默认关闭 dotenv 的所有控制台输出
19
- if (!isDebug) {
20
- process.env.DOTENV_CONFIG_QUIET = 'true';
21
- }
15
+ process.env.DOTENV_CONFIG_QUIET = 'true';
22
16
 
23
17
  require('../lib/cli.js');