mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-05-24 10:04:03 +02:00
improve logs
This commit is contained in:
+1
-1
@@ -58,7 +58,7 @@ async function webView(req, res) {
|
||||
});
|
||||
}
|
||||
} catch (error) {
|
||||
console.error(error);
|
||||
console.error(req.path, error);
|
||||
return res.status(500).send({ error });
|
||||
}
|
||||
return res.status(404).send("file_not_found");
|
||||
|
||||
Reference in New Issue
Block a user