style: lint

This commit is contained in:
手瓜一十雪
2024-07-22 14:12:03 +08:00
parent 3b10fed0cc
commit e1d02f8b63
17 changed files with 482 additions and 485 deletions

View File

@@ -250,7 +250,7 @@ export async function uri2local(uri: string, fileName: string | null = null): Pr
} else {
filePath = pathname;
}
}
}
else {
// const cache = await dbUtil.getFileCacheByName(uri);
// if (cache) {