mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 10:34:17 +00:00
fix typo
This commit is contained in:
parent
d392a8ce63
commit
7b8b4f2aa4
@ -85,7 +85,7 @@ export default class API {
|
||||
|
||||
global.uploadCachePath = process.env.uploadCachePath ?? path.resolve(process.cwd(), "cache")
|
||||
|
||||
if (!fs.existSync(global.uploadCachePath)) {
|
||||
if (!fs.existsSync(global.uploadCachePath)) {
|
||||
fs.mkdirSync(global.uploadCachePath, {
|
||||
recursive: true,
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user