mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 14:13:34 +01:00
JSON.stringify error for debugging
This commit is contained in:
parent
2656f37e30
commit
2e9f39ec01
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ exports.start = async () => {
|
|||
// eslint-disable-next-line promise/no-promise-in-callback
|
||||
exports.exit(err)
|
||||
.catch((err) => {
|
||||
logger.error('Error in process exit', err);
|
||||
logger.error('Error in process exit', JSON.stringify(err));
|
||||
// eslint-disable-next-line n/no-process-exit
|
||||
process.exit(1);
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue