From 49acbfc1132547d645e1569df07783e3a5206c37 Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Fri, 12 Sep 2014 18:56:31 -0700 Subject: [PATCH] process title. --- example/index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/example/index.js b/example/index.js index 9cf85db9..41032237 100755 --- a/example/index.js +++ b/example/index.js @@ -1,5 +1,7 @@ #!/usr/bin/env node +process.title = 'bitcoind.js'; + var bitcoind = require('../')(); bitcoind.start(function(err) {