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

Bug fix for retrieving single byte values #123

Closed cymplecy closed 9 months ago

cymplecy commented 9 months ago

use value === " " instead of value == " "

Becase if value being tested is numeric then it passes the value == " " test instead of failing

cymplecy commented 9 months ago

Ignore - something has gone wrong :(