Comparing version 3.3.0 to 3.3.1
@@ -110,3 +110,3 @@ "use strict"; | ||
return __awaiter(this, void 0, void 0, function* () { | ||
if (!this.waitForCompletion && this._isCallbackRunning) | ||
if (this.waitForCompletion && this._isCallbackRunning) | ||
return; | ||
@@ -113,0 +113,0 @@ this._isCallbackRunning = true; |
{ | ||
"name": "cron", | ||
"description": "Cron jobs for your node", | ||
"version": "3.3.0", | ||
"version": "3.3.1", | ||
"author": "Nick Campbell <nicholas.j.campbell@gmail.com> (https://github.com/ncb000gt)", | ||
@@ -6,0 +6,0 @@ "bugs": { |
Sorry, the diff of this file is too big to display
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
120572