tasks-manager
Advanced tools
Comparing version 0.2.8 to 0.2.9
{ | ||
"name": "tasks-manager", | ||
"version": "0.2.8", | ||
"version": "0.2.9", | ||
"description": "Simple and useful tasks manager for nodejs.", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -34,1 +34,9 @@ const { argv } = require('process'); | ||
}); | ||
process.on('error', (error) => { | ||
console.error(error); | ||
}); | ||
process.on('warning', ({ message, stack }) => { | ||
console.warn(message, stack); | ||
}); |
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
9454
230