Skip to content

Commit

Permalink
name process 'WebTorrent'
Browse files Browse the repository at this point in the history
  • Loading branch information
feross committed Oct 3, 2014
1 parent 3e211b2 commit 97aa92b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/cmd.js
Original file line number Diff line number Diff line change
Expand Up @@ -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!')
Expand Down

0 comments on commit 97aa92b

Please sign in to comment.