1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-05 10:49:28 +02:00

Error handling mini refractoring

This commit is contained in:
Chocobozzz 2016-02-05 19:02:05 +01:00
parent dac0a5319a
commit 8425cb894d
12 changed files with 86 additions and 58 deletions

View file

@ -8,7 +8,7 @@
}
function cleanForExit (webtorrent_process) {
logger.info('Gracefully exiting')
logger.info('Gracefully exiting.')
process.kill(-webtorrent_process.pid)
}