Hi @Scottsky,
That message simply means that the block result is undefined
(which is usually due to a return statement missing), so you can safely ignore it if returning undefined
was intended. I'll file a bug to make this less confusing.
Hi @Scottsky,
That message simply means that the block result is undefined
(which is usually due to a return statement missing), so you can safely ignore it if returning undefined
was intended. I'll file a bug to make this less confusing.