Commit 41279ebe62bb46a21469b2cd11bf2c04113dba85

Authored by Adhidarma Hadiwinoto
1 parent 1b7b86ce72
Exists in master

Process and parent id on matrix

Showing 1 changed file with 2 additions and 0 deletions Side-by-side Diff

... ... @@ -7,6 +7,8 @@ const matrix = {
7 7 machineid_readable: null,
8 8 komodosdk_type: 'nodejs',
9 9 komodosdk_version: module.exports.version,
  10 + pid: process.pid,
  11 + ppid: process.ppid,
10 12 };
11 13  
12 14 matrix.machineid_readable = matrix.machineid.match(/.{1,4}/g).join('-');