lib-task-scheduler
Advanced tools
Comparing version 4.0.101 to 4.0.103
@@ -188,2 +188,7 @@ "use strict"; | ||
catch (error) { | ||
this.log.warn(`Error deleting message | ||
code: ${JSON.stringify(error.code)}, | ||
cause: ${JSON.stringify(error.cause)}, | ||
statusCode: ${JSON.stringify(error.statusCode)} | ||
`); | ||
if (error.statusCode === 400) { | ||
@@ -190,0 +195,0 @@ this.log.warn(`Failed to delete message (got status 400)`, error); |
{ | ||
"name": "lib-task-scheduler", | ||
"version": "4.0.101", | ||
"version": "4.0.103", | ||
"description": "A lightweight, modular task scheduler.", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/convoyinc/lib-task-scheduler", |
Sorry, the diff of this file is not supported yet
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
154795
2282