This commit is contained in:
Rizky 2024-06-29 04:39:26 +07:00
parent 15afba33f1
commit d4c35975f2
1 changed files with 0 additions and 1 deletions

View File

@ -120,7 +120,6 @@ 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()) {