Compare View

switch
from
...
to
 
Commits (2)

Changes

Showing 2 changed files Side-by-side Diff

... ... @@ -8,6 +8,10 @@ const matrix = require('../matrix');
8 8 const controlPanel = require('../control-panel');
9 9 const heartbeat = require('../heartbeat');
10 10  
  11 +if (config.handler_name) {
  12 + process.title = "KOMODO-GW@" + config.handler_name;
  13 +}
  14 +
11 15 heartbeat.setModuleType('gateway');
12 16  
13 17 var partner;
1 1 {
2 2 "name": "komodo-sdk",
3   - "version": "1.13.8",
  3 + "version": "1.13.9",
4 4 "description": "SDK for Komodo",
5 5 "main": "index.js",
6 6 "scripts": {