mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 15:36:16 -04:00
Fixed.
This commit is contained in:
parent
73f70eb9e5
commit
8ab47761df
4 changed files with 37 additions and 31 deletions
|
@ -15,6 +15,7 @@ exports.expressCreateServer = (hook_name:string, args: ArgsExpressType, cb:Funct
|
|||
console.error(error.stack ? error.stack : error.toString());
|
||||
//res.status(500).json({error: 'Sorry, something bad happened!'});
|
||||
stats.meter('http500').mark();
|
||||
res.status(500).json({error: 'Sorry, something bad happened123!'});
|
||||
})
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue