Comparing version 1.0.3 to 1.0.4
@@ -143,2 +143,6 @@ var os = require('os') | ||
wmic.on('error', function(err) { | ||
console.error('[pidusage] Command "wmic ' + args + '" failed with error %s', err) | ||
}) | ||
wmic.on('close', function(code) { | ||
@@ -145,0 +149,0 @@ stdout = stdout.trim() |
{ | ||
"name": "pidusage", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Process cpu % and memory use of a PID", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
20577
408