From a6a43b4346f814af3357ed5f1066ef96fba75820 Mon Sep 17 00:00:00 2001 From: Rizky Date: Thu, 16 May 2024 11:56:29 +0700 Subject: [PATCH] fix --- pkgs/api/_file.ts | 1 + 1 file changed, 1 insertion(+) 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()) {