serverless-offline-scheduler
Advanced tools
Comparing version 0.1.5 to 0.1.6
@@ -32,3 +32,3 @@ 'use strict'; | ||
if (!func) { | ||
this.serverless.cli.log(`scheduler: unable to find source for ${fName}`); | ||
this.serverless.cli.log(`scheduler: unable to find source for ${fConfig.id}`); | ||
return; | ||
@@ -35,0 +35,0 @@ } |
{ | ||
"name": "serverless-offline-scheduler", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"description": "Serverless plugin to run scheduled lambdas with serverless offline", | ||
@@ -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
113437