小调整。

pull/448/head
王良 2025-02-07 11:29:13 +08:00
parent 3a0fda6483
commit f4b599831e
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ function getUserBasePath (autoCreate = true) {
function loadConfigFromFile (configFilePath) {
if (configFilePath == null) {
logOrConsole.warn('配置文件地址为空')
logOrConsole.error('配置文件地址为空')
return {}
}