node-red-contrib-actionflows
Advanced tools
Comparing version 1.0.3 to 1.1.0
@@ -58,2 +58,7 @@ module.exports = function(RED) { | ||
if (typeof msg._af == "undefined") { | ||
msg._af = {}; | ||
msg._af.stack = []; | ||
} | ||
// Check loop conditional | ||
@@ -69,6 +74,2 @@ if (stopLoop()) { | ||
} | ||
if (typeof msg._af == "undefined") { | ||
msg._af = {}; | ||
msg._af.stack = []; | ||
} | ||
if (typeof msg._af[config.id] == "undefined") { | ||
@@ -75,0 +76,0 @@ msg._af[config.id] = actions[config.id]; |
{ | ||
"name": "node-red-contrib-actionflows", | ||
"version": "1.0.3", | ||
"version": "1.1.0", | ||
"description": "Create extendable, loopable, and reusable design patterns for flows.", | ||
@@ -5,0 +5,0 @@ "author": "Stephen J. Carnam <steveorevo@gmail.com>", |
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
1427973