修复脚本管理增加文件夹

This commit is contained in:
whyour
2025-04-19 16:34:28 +08:00
parent 03a23f6f31
commit 8009634b44
3 changed files with 23 additions and 34 deletions
+1 -1
View File
@@ -295,7 +295,7 @@ export function findNode<T extends Record<string, any> & { children?: T[] }>(
find(c);
return item;
return item as T | undefined;
}
export function logEnded(log: string): boolean {