@ascot/process
Advanced tools
Comparing version 2.0.3 to 2.0.4
{ | ||
"name": "@ascot/process", | ||
"description": "Tools for managing processes, powered by ascot", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"license": "SEE LICENSE IN LICENSE.md", | ||
@@ -6,0 +6,0 @@ "dependencies": { |
@@ -23,3 +23,3 @@ "use strict"; | ||
log_1.default.warn("Process " + log_1.default.colors.gray("#" + proc.pid) + " did not exit in time. Forcing exit..."); | ||
log_1.default.warn("Command: " + proc.spawnfile + " " + proc.spawnargs.join(" "), { prefix: "#" + proc.pid }); | ||
log_1.default.warn("Command: " + proc.spawnfile + " " + proc.spawnargs.join(" ")); | ||
proc.kill(9); | ||
@@ -26,0 +26,0 @@ forceKilled = true; |
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
2929