nytlabs/streamtools

javascript block saves environment variables between rule updates

nikhan opened this issue · 0 comments

if you set a rule such as
var b = 5
and then clear the code out and change the rule to
output = b
the output will be 5

woops!