This commit is contained in:
Rizky 2024-05-16 11:56:29 +07:00
parent 7c0b668448
commit a6a43b4346
1 changed files with 1 additions and 0 deletions

View File

@ -120,6 +120,7 @@ export const _ = {
} }
const path = dir(`${g.datadir}/files/${rpath}`); const path = dir(`${g.datadir}/files/${rpath}`);
console.log(path);
const file = Bun.file(path); const file = Bun.file(path);
if (await file.exists()) { if (await file.exists()) {