mirror of
https://github.com/siteboon/claudecodeui.git
synced 2026-06-01 09:55:34 +08:00
fix: on file update, no directory rescan is needed
This commit is contained in:
@@ -74,6 +74,7 @@ export async function findFilesRecursivelyCreatedAfter(
|
||||
fileList: string[] = [],
|
||||
): Promise<string[]> {
|
||||
try {
|
||||
console.log("HEY THERE!")
|
||||
const entries = await fsp.readdir(rootDir, { withFileTypes: true });
|
||||
for (const entry of entries) {
|
||||
const fullPath = path.join(rootDir, entry.name);
|
||||
|
||||
Reference in New Issue
Block a user