Skip to content

Commit 398b31d

Browse files
committed
send status back to xsbug as left message bubble
1 parent 0660f26 commit 398b31d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

nodered.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,8 @@ export class Node {
234234
}
235235
};
236236

237+
trace.left(JSON.stringify(msg));
238+
237239
for (const node of this.#flow.nodes) {
238240
if (node instanceof StatusNode)
239241
node.onStatus(msg);

0 commit comments

Comments
 (0)