@nxmix/pid-file
Advanced tools
Comparing version 0.3.3 to 0.3.4
@@ -24,6 +24,7 @@ var PIDFILE, ctx, fs, os, path; | ||
if (ctx.deleteOnExit === true) { | ||
return process.on('exit', function() { | ||
process.on('exit', function() { | ||
return PIDFILE.delete(); | ||
}); | ||
} | ||
return ctx.path; | ||
}, | ||
@@ -30,0 +31,0 @@ path: function(filename, local) { |
{ | ||
"name": "@nxmix/pid-file", | ||
"version": "0.3.3", | ||
"version": "0.3.4", | ||
"description": "create pid file", | ||
@@ -5,0 +5,0 @@ "main": "lib", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2622
35