node-red-contrib-actionflows
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -583,2 +583,8 @@ module.exports = function(RED) { | ||
callActionIn(); | ||
}else{ | ||
RED.events.removeListener(event, handler); | ||
if (msg._af["stack"].length == 0) { | ||
delete msg._af; | ||
} | ||
done(msg); | ||
} | ||
@@ -585,0 +591,0 @@ function callActionIn() { |
{ | ||
"name": "node-red-contrib-actionflows", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"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
1427972
1544