We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f872a48 commit 2c4ef5bCopy full SHA for 2c4ef5b
1 file changed
OpenFlowNodeRED/src/nodered/nodes/rpa_nodes.ts
@@ -52,6 +52,7 @@ export class rpa_detector_node {
52
53
if (result.length == 0) {
54
this.node.status({ fill: "red", shape: "dot", text: "Failed locating detector" });
55
+ return;
56
}
57
this.detector = result[0];
58
0 commit comments