We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bcd835 commit e751684Copy full SHA for e751684
1 file changed
app.js
@@ -648,6 +648,7 @@ process.on('uncaughtException', function (err) {
648
649
// install exit handler
650
function handleTermSignals () {
651
+ logger.info('hackmd has been killed by signal, try to exit gracefully...')
652
config.maintenance = true
653
// disconnect all socket.io clients
654
Object.keys(io.sockets.sockets).forEach(function (key) {
0 commit comments