pomelo-monitor
Advanced tools
Comparing version 0.3.6 to 0.3.7
@@ -30,6 +30,7 @@ /** | ||
console.error('getSysInfo failed! ' + err.stack); | ||
callback(err, reData); | ||
} else { | ||
reData.iostat = format(output); | ||
callback(null, reData); | ||
} | ||
callback(err, reData); | ||
}); | ||
@@ -36,0 +37,0 @@ }; |
{ | ||
"name": "pomelo-monitor", | ||
"description": "monitor the operating-system and process information", | ||
"version": "0.3.6", | ||
"version": "0.3.7", | ||
"author": "halfblood369 <halfblood369@gmail.com>", | ||
"_id": "pomelo-monitor@0.2.7", | ||
"_id": "pomelo-monitor@0.3.7", | ||
"dependencies": {}, | ||
@@ -8,0 +8,0 @@ "devDependencies": {}, |
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
9919
219