fix: pdf null byte error

This commit is contained in:
duanfuxiang
2025-06-13 11:11:04 +08:00
parent 540226a792
commit f6728f1b82
4 changed files with 39 additions and 22 deletions

View File

@@ -88,4 +88,4 @@ export async function matchSearchUsingCorePlugin(
console.error("Error during core plugin processing:", error);
return "An error occurred during the search.";
}
}
}