dkern/node-red-counter

bug: if you switch from 1 output to 2 and back, the output does not send msg.count

Closed this issue · 1 comments

the node has a bug where when you switch from 1 output to 2 and back, the output does not send msg.count. In looking at an export of a good and 'bad' version of the node, I noticed the good version has
"outputs":"1",
while the 'bad' one has:
"outputs":1,
you will note that the good one has double quotes around the 1.

dkern commented

Fixed in v0.1.5!