Merge pull request #363 from kylegordon/patch-1

Provide a process.title
This commit is contained in:
Nick O'Leary 2014-09-08 14:58:22 +01:00
commit c03db99a21
1 changed files with 1 additions and 0 deletions

1
red.js
View File

@ -179,6 +179,7 @@ RED.start().then(function() {
if (settings.httpAdminRoot === false) {
util.log('[red] Admin UI disabled');
}
process.title = 'node-red';
util.log('[red] Server now running at '+getListenPath());
});
} else {