@samitouri / QOSami-HFS / commits / 9d6249c1

better error message

Massimo Melina committed Apr 13, 2026 at 12:43 UTC 9d6249c11855e61dfb8620f952af6ac443fb0ab4
1 file changed +1 -1
src/api.get_file_list.ts
+1 -1
@@ -94,7 +94,7 @@ export const get_file_list: ApiHandler = async ({ uri='/', offset, limit, c, onl
94 continue
95 }
96 catch(e) {
97 - console.log("A plugin with onDirEntry is causing problems:", e)
97 + console.warn("A plugin is causing problems on dirEntry:", e)
98 }
99 if (offset) {
100 --offset