You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Prevent BNC from crashing for all other users when an error is caused by a user (with log error)
54
+
// Prevent BNC from crashing for all other users when an error is caused by a user (with log error and time)
55
55
process.on('uncaughtException',(err,origin)=>{
56
-
console.error(`# Serious problem (${origin}) - this should not happen but the JBNC is still running. ${err.stack}`);
56
+
console.error(`${parseInt(Number(newDate())/1000)}# Serious problem (${origin}) - this should not happen but the JBNC is still running. ${err.stack}`);
57
57
});
58
58
59
59
@@ -308,7 +308,7 @@ server = doServer(tlsOptions,function(socket) {
0 commit comments