tasks-manager
Advanced tools
Comparing version 0.2.7 to 0.2.8
{ | ||
"name": "tasks-manager", | ||
"version": "0.2.7", | ||
"version": "0.2.8", | ||
"description": "Simple and useful tasks manager for nodejs.", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -42,2 +42,8 @@ /* eslint-disable global-require */ | ||
}); | ||
taskBalancer.on('error', (message) => { | ||
logger.error( | ||
`TASK ERROR ${task.name}:${balancer} exits with code "${message}"`, | ||
); | ||
}); | ||
return taskBalancer; | ||
@@ -44,0 +50,0 @@ }); |
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
9307
224