mirror of
https://github.com/Kuingsmile/PicList.git
synced 2025-02-02 11:08:13 -05:00
parent
9d236ba6f4
commit
6b6ae271e8
@ -97,7 +97,7 @@ function dbPathChecker (): string {
|
|||||||
}
|
}
|
||||||
return _configFilePath
|
return _configFilePath
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
const picgoLogPath = path.join(defaultConfigPath, 'picgo.log')
|
const picgoLogPath = path.join(STORE_PATH, 'picgo.log')
|
||||||
const logger = getLogger(picgoLogPath)
|
const logger = getLogger(picgoLogPath)
|
||||||
if (!hasCheckPath) {
|
if (!hasCheckPath) {
|
||||||
const optionsTpl = {
|
const optionsTpl = {
|
||||||
|
Loading…
Reference in New Issue
Block a user