bartbutenaers / node-red-contrib-blockly

A Node Red node for visual programming a function using Blockly
Apache License 2.0
88 stars 22 forks source link

Update bufferBlocksCodeGen.js #124

Closed cymplecy closed 7 months ago

cymplecy commented 9 months ago

use value === " " instead of value == " " Because if value being tested is numeric then it passes the value == " " test instead of failing Re-submitting same PR as previous one

cymplecy commented 9 months ago

I panicked because I thought the PR was wrong But it just turned out that I'd made a silly mistake in my actual Blockly MQTT code :)

But I panicked and closed the original PR before I'd worked out what had gone wrong :)