mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-11 22:23:32 +08:00
typo
This commit is contained in:
parent
4b35a3df0e
commit
bcc9c3d8b0
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ app.use(function (req, res) {
|
|||
let monkeyError;
|
||||
if (req.errorID) {
|
||||
//its a monkey error
|
||||
monkeyError = e;
|
||||
monkeyError = req;
|
||||
} else {
|
||||
//its a server error
|
||||
monkeyError = new MonkeyError(req.status, req.message, req.stack);
|
||||
|
|
Loading…
Reference in a new issue