Improve error handling

This commit is contained in:
tdurieux
2026-05-06 16:45:22 +03:00
parent 3613c895c8
commit dcb524c8c1
10 changed files with 72 additions and 12 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ router.get(
.on("error", () => {
handleError(
new AnonymousError("file_not_found", {
object: req.params.repoId,
url: req.originalUrl,
httpStatus: 404,
}),
res