日志优化
parent
0c5920ee1b
commit
be7b0d2e72
|
@ -57,7 +57,7 @@ function _loadFromFile (defaultConfig) {
|
|||
let config
|
||||
if (!fs.existsSync(configPath)) {
|
||||
config = defaultConfig
|
||||
log.info('automaticCompatibleConfig.json 文件不存在,使用默认配置:', configPath)
|
||||
log.info(`本地未保存过 ${configPath} 文件,使用默认配置`)
|
||||
} else {
|
||||
const file = fs.readFileSync(configPath)
|
||||
log.info('读取 automaticCompatibleConfig.json 成功:', configPath)
|
||||
|
|
Loading…
Reference in New Issue