Compare View

switch
from
...
to
 
Commits (2)

Changes

Showing 3 changed files Side-by-side Diff

1   -"use strict";
2   -
3 1 process.chdir(__dirname);
4 2 const fs = require('fs');
5   -fs.writeFileSync('pid.txt', process.pid);
  3 +
  4 +fs.writeFileSync('pid.txt', `${process.pid}`);
6 5  
7 6 global.KOMODO_LOG_LABEL = 'KOMODO-MESSAGING';
8 7 process.title = global.KOMODO_LOG_LABEL;
1 1 {
2 2 "name": "komodo-center-messaging",
3   - "version": "0.14.0",
  3 + "version": "0.14.1",
4 4 "lockfileVersion": 1,
5 5 "requires": true,
6 6 "dependencies": {
1 1 {
2 2 "name": "komodo-center-messaging",
3   - "version": "0.14.0",
  3 + "version": "0.14.1",
4 4 "description": "Komodo Common Messaging Center",
5 5 "main": "index.js",
6 6 "scripts": {