diff --git a/pkgs/api/_file.ts b/pkgs/api/_file.ts index d3b7bab..fdc7139 100644 --- a/pkgs/api/_file.ts +++ b/pkgs/api/_file.ts @@ -120,6 +120,7 @@ export const _ = { } const path = dir(`${g.datadir}/files/${rpath}`); + console.log(path); const file = Bun.file(path); if (await file.exists()) {