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)
0049b1401
process title
Browse Code »
Adhidarma Hadiwinoto
2018-03-29 18:28:58 +0700
a8d8febd9
1.19.1
Browse Code »
Adhidarma Hadiwinoto
2018-03-29 18:29:06 +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 @
a8d8feb
...
...
@@ -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
package.json
Diff comments
View file @
a8d8feb
1
1
{
2
2
"name": "komodo-sdk",
3
- "version": "1.19.
0
",
3
+ "version": "1.19.
1
",
4
4
"description": "SDK for Komodo",
5
5
"main": "index.js",
6
6
"scripts": {