@pm2/agent
Advanced tools
Comparing version 1.0.0 to 1.0.2
{ | ||
"name": "@pm2/agent", | ||
"version": "1.0.0", | ||
"version": "1.0.2", | ||
"description": "PM2.io Agent Daemon", | ||
@@ -19,3 +19,3 @@ "main": "index.js", | ||
"dependencies": { | ||
"async": "~2.6.0", | ||
"async": "~3.2.0", | ||
"chalk": "~3.0.0", | ||
@@ -22,0 +22,0 @@ "dayjs": "~1.8.24", |
@@ -214,4 +214,9 @@ 'use strict' | ||
fs.writeFileSync(cst.INTERACTOR_PID_PATH, child.pid) | ||
let pid = '' | ||
if (child.pid) | ||
pid = child.pid.toString() | ||
fs.writeFileSync(cst.INTERACTOR_PID_PATH, pid) | ||
child.on('close', (status) => { | ||
@@ -218,0 +223,0 @@ if (status === constants.ERROR_EXIT) { |
Sorry, the diff of this file is not supported yet
164268
3609
+ Addedasync@3.2.6(transitive)
- Removedasync@2.6.4(transitive)
- Removedlodash@4.17.21(transitive)
Updatedasync@~3.2.0