@flowfuse/nr-launcher
Advanced tools
Comparing version 2.1.2-6ff015e-202403131147.0 to 2.1.2-a15d6db-202403131205.0
@@ -426,3 +426,7 @@ const fs = require('fs') | ||
} catch (error) { | ||
this.logBuffer.add({ level: 'system', msg: `Node-RED health check failed: ${error.toString()} (${pollUrl})` }) | ||
if (this.state === States.STARTING) { | ||
this.logBuffer.add({ level: 'system', msg: 'Node-RED health check: waiting for Node-RED to start' }) | ||
} else { | ||
this.logBuffer.add({ level: 'system', msg: `Node-RED health check failed: ${error.toString()} (${pollUrl})` }) | ||
} | ||
console.log('Failed to poll NR on ', pollUrl, error) | ||
@@ -429,0 +433,0 @@ statusCode = error.response?.statusCode || 500 |
{ | ||
"name": "@flowfuse/nr-launcher", | ||
"version": "2.1.2-6ff015e-202403131147.0", | ||
"version": "2.1.2-a15d6db-202403131205.0", | ||
"description": "FlowFuse Launcher for running Node-RED", | ||
@@ -5,0 +5,0 @@ "exports": { |
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
551174
3234