diff options
Diffstat (limited to 'server/helpers/utils.js')
-rw-r--r-- | server/helpers/utils.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/server/helpers/utils.js b/server/helpers/utils.js index 9d4d51c46..a77116e08 100644 --- a/server/helpers/utils.js +++ b/server/helpers/utils.js | |||
@@ -17,9 +17,9 @@ function generateRandomString (size, callback) { | |||
17 | }) | 17 | }) |
18 | } | 18 | } |
19 | 19 | ||
20 | function cleanForExit (webtorrent_process) { | 20 | function cleanForExit (webtorrentProcess) { |
21 | logger.info('Gracefully exiting.') | 21 | logger.info('Gracefully exiting.') |
22 | process.kill(-webtorrent_process.pid) | 22 | process.kill(-webtorrentProcess.pid) |
23 | } | 23 | } |
24 | 24 | ||
25 | // --------------------------------------------------------------------------- | 25 | // --------------------------------------------------------------------------- |