|
|
@ -57,7 +57,7 @@ function _loadFromFile (defaultConfig) {
|
|
|
|
let config
|
|
|
|
let config
|
|
|
|
if (!fs.existsSync(configPath)) {
|
|
|
|
if (!fs.existsSync(configPath)) {
|
|
|
|
config = defaultConfig
|
|
|
|
config = defaultConfig
|
|
|
|
log.info('automaticCompatibleConfig.json 文件不存在,使用默认配置:', configPath)
|
|
|
|
log.info(`本地未保存过 ${configPath} 文件,使用默认配置`)
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
const file = fs.readFileSync(configPath)
|
|
|
|
const file = fs.readFileSync(configPath)
|
|
|
|
log.info('读取 automaticCompatibleConfig.json 成功:', configPath)
|
|
|
|
log.info('读取 automaticCompatibleConfig.json 成功:', configPath)
|
|
|
|