Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/webtorrent/webtorrent.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'bin/cmd.js')
-rwxr-xr-xbin/cmd.js2
1 files changed, 2 insertions, 0 deletions
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!')