Commit 0049b1401ee2ed5eb24e7adb5068fcbc6e080d0c

Authored by Adhidarma Hadiwinoto
1 parent 05b798fa8d
Exists in master

process title

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

center/messaging/trx-center.js
... ... @@ -16,7 +16,7 @@ const heartbeat = require('../../heartbeat');
16 16  
17 17 let transport;
18 18  
19   -process.title = "KOMODO-CENTER " + config.origin;
  19 +process.title = "KOMODO-CENTER@" + config.origin.replace(/\W/g, '-');
20 20  
21 21 heartbeat.setModuleType('center')
22 22