fix: catch libcurl unexpected EOF while reading exception

This commit is contained in:
Maël Gangloff
2025-09-13 23:04:28 +02:00
parent 1b1b82189e
commit 6af1e2661b
3 changed files with 11 additions and 6 deletions

View File

@@ -10,6 +10,7 @@
"strict": true
},
"exclude": [
"node_modules"
"node_modules",
"vendor/**/*.ts"
]
}