fix(server): catch panic for context parsing (#10912)

fix AF-2335
fix CLOUD-173
This commit is contained in:
darkskygit
2025-03-17 09:44:57 +00:00
parent b401012d85
commit 92db9a693a
4 changed files with 129 additions and 71 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ objc2-foundation = "0.3"
once_cell = "1"
parking_lot = "0.12"
path-ext = "0.1.1"
pdf-extract = "0.8.2"
pdf-extract = { git = "https://github.com/toeverything/pdf-extract" }
rand = "0.9"
rayon = "1.10"
readability = { version = "0.3.0", default-features = false }