GITLAB
Komodo
/ komodo-sdk
Toggle navigation
Sign in
Sign in
Files
Commits
Network
Graphs
Issues
1
Merge Requests
0
Wiki
Commits
Compare
Branches
1
Tags
285
Stats
Compare View
switch
from
...
to
Commits (2)
d784c04ce
process.title center
Browse Code »
Adhidarma Hadiwinoto
2018-03-29 18:27:20 +0700
05b798fa8
1.19.0
Browse Code »
Adhidarma Hadiwinoto
2018-03-29 18:27:28 +0700
Changes
Showing
2 changed files
Side-by-side Diff
center/messaging/trx-center.js
package.json
center/messaging/trx-center.js
Diff comments
View file @
05b798f
...
...
@@ -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) {
package.json
Diff comments
View file @
05b798f
1
1
{
2
2
"name": "komodo-sdk",
3
- "version": "1.1
8
.0",
3
+ "version": "1.1
9
.0",
4
4
"description": "SDK for Komodo",
5
5
"main": "index.js",
6
6
"scripts": {