Merge remote-tracking branch 'origin/stable' into next58

This commit is contained in:
zadam 2022-12-09 15:19:06 +01:00
commit eaf195e0c8

View File

@ -53,6 +53,11 @@ function init(httpServer, sessionParser) {
} }
}); });
}); });
webSocketServer.on('error', error => {
// https://github.com/zadam/trilium/issues/3374#issuecomment-1341053765
console.log(error);
});
} }
function sendMessage(client, message) { function sendMessage(client, message) {