Rebrand HackMD to CodiMD

Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
This commit is contained in:
Sheogorath 2018-06-22 21:07:30 +02:00
parent d87505d583
commit 4b060c7dba
No known key found for this signature in database
GPG key ID: 1F05CC3635CDDFFD
16 changed files with 80 additions and 82 deletions

2
app.js
View file

@ -234,7 +234,7 @@ process.on('uncaughtException', function (err) {
// install exit handler
function handleTermSignals () {
logger.info('hackmd has been killed by signal, try to exit gracefully...')
logger.info('CodiMD has been killed by signal, try to exit gracefully...')
realtime.maintenance = true
// disconnect all socket.io clients
Object.keys(io.sockets.sockets).forEach(function (key) {