Skip to content

Commit

Permalink
Set process.title
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgtaylor committed Dec 18, 2014
1 parent 57064a8 commit 9ceb976
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/aglio.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/usr/bin/env node

process.title = 'aglio';

require('../lib/bin').run(null, function(err){
if(err){
process.exit(1);
Expand Down

0 comments on commit 9ceb976

Please sign in to comment.