小调整。
parent
3a0fda6483
commit
f4b599831e
|
@ -19,7 +19,7 @@ function getUserBasePath (autoCreate = true) {
|
||||||
|
|
||||||
function loadConfigFromFile (configFilePath) {
|
function loadConfigFromFile (configFilePath) {
|
||||||
if (configFilePath == null) {
|
if (configFilePath == null) {
|
||||||
logOrConsole.warn('配置文件地址为空')
|
logOrConsole.error('配置文件地址为空')
|
||||||
return {}
|
return {}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue