mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Merge pull request #363 from kylegordon/patch-1
Provide a process.title
This commit is contained in:
commit
c03db99a21
1
red.js
1
red.js
@ -179,6 +179,7 @@ RED.start().then(function() {
|
|||||||
if (settings.httpAdminRoot === false) {
|
if (settings.httpAdminRoot === false) {
|
||||||
util.log('[red] Admin UI disabled');
|
util.log('[red] Admin UI disabled');
|
||||||
}
|
}
|
||||||
|
process.title = 'node-red';
|
||||||
util.log('[red] Server now running at '+getListenPath());
|
util.log('[red] Server now running at '+getListenPath());
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user