Commit d784c04cea35af2dca31f5b0ee65d6bd71222f4b

Authored by Adhidarma Hadiwinoto
1 parent 513ea78a29
Exists in master

process.title center

Showing 1 changed file with 2 additions and 0 deletions Side-by-side Diff

center/messaging/trx-center.js
... ... @@ -16,6 +16,8 @@ const heartbeat = require('../../heartbeat');
16 16  
17 17 let transport;
18 18  
  19 +process.title = "KOMODO-CENTER " + config.origin;
  20 +
19 21 heartbeat.setModuleType('center')
20 22  
21 23 function onOnline(params) {