Skip to content

Commit

Permalink
[minor] set process title to 'jitsu'.
Browse files Browse the repository at this point in the history
  • Loading branch information
chjj committed May 1, 2013
1 parent ff4f48d commit c9ba896
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/jitsu
Expand Up @@ -2,6 +2,8 @@

require('../lib/jitsu/completion');

process.title = 'jitsu';

var jitsu = require('../lib/jitsu');

jitsu.start(function (err) {
Expand Down

0 comments on commit c9ba896

Please sign in to comment.