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