Skip to content

Commit 39898d4

Browse files
committed
111
1 parent 4f39b97 commit 39898d4

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

OpenFlowNodeRED/src/nodered/nodes/workflow_nodes.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,12 @@ export class workflow_in_node {
106106
this.node.send(result);
107107
} catch (error) {
108108
NoderedUtil.HandleError(this, error);
109+
try {
110+
msg.error = error;
111+
msg.amqpacknowledgment(JSON.stringify(msg));
112+
} catch (error) {
113+
114+
}
109115
}
110116
}
111117
onclose() {

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.142
1+
0.0.143

0 commit comments

Comments
 (0)