I was writing a function node and when I went to test, noticed something peculiar: when throwing an error, instead of showing the throw's message, I get:
TypeError: Cannot read property 'search' of undefined
You can reproduce this by simply putting a throw statement into a function node. Is the use of throw not supported?