Compare View

switch
from
...
to
 
Commits (2)

Changes

Showing 2 changed files 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) {
1 1 {
2 2 "name": "komodo-sdk",
3   - "version": "1.18.0",
  3 + "version": "1.19.0",
4 4 "description": "SDK for Komodo",
5 5 "main": "index.js",
6 6 "scripts": {