fix
This commit is contained in:
parent
7c0b668448
commit
a6a43b4346
|
|
@ -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()) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue