kit-deployer
Advanced tools
Comparing version 7.2.2-PRERELEASE-healthcheckfix.0 to 7.2.3-PRERELEASE-healthcheckfix.0
{ | ||
"name": "kit-deployer", | ||
"version": "7.2.2-PRERELEASE-healthcheckfix.0", | ||
"version": "7.2.3-PRERELEASE-healthcheckfix.0", | ||
"description": "Use to deploy files to multiple kubernetes clusters.", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -28,3 +28,3 @@ "use strict"; | ||
// We only care about the first error we receive, ignore any errors afterwards | ||
if (!this.errorTimeoutId) { | ||
if (this.errorTimeoutId === null) { | ||
// Emit error unless stop is called before grace period expires | ||
@@ -31,0 +31,0 @@ this.errorTimeoutId = setTimeout(() => { |
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
56591434