From 72570e4510e3e5041b3774f4b3f5c76ed951a4fc Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Wed, 17 Jun 2015 14:27:49 +0100 Subject: [PATCH] Fix scope of knownUnknowns variable --- red/nodes/flows.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/red/nodes/flows.js b/red/nodes/flows.js index 254809c58..adf5903e1 100644 --- a/red/nodes/flows.js +++ b/red/nodes/flows.js @@ -147,10 +147,10 @@ var flowNodes = module.exports = { var missingTypes = activeFlow.getMissingTypes(); if (missingTypes.length > 0) { log.info("Waiting for missing types to be registered:"); + var knownUnknowns = 0; for (var i=0;i