From 97aa92bdb9c27aec178593f379f0880392ba3fe2 Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Thu, 2 Oct 2014 22:44:23 -0700 Subject: name process 'WebTorrent' --- bin/cmd.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bin') diff --git a/bin/cmd.js b/bin/cmd.js index 5d99467..4f9d348 100755 --- a/bin/cmd.js +++ b/bin/cmd.js @@ -13,6 +13,8 @@ var prettysize = require('prettysize') var WebTorrent = require('../') var xbmc = require('nodebmc') +process.title = 'WebTorrent' + process.on('exit', function (code) { if (code !== 0) { clivas.line('{red:ERROR:} If you think this is a bug in webtorrent, report it!') -- cgit v1.2.3