You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I trigger the Function node with a boolean input, the node outputs msg.payload set to true even if the function hits an error (e.g., database connection failure or the DB is not connected). I also can’t intercept the error with a catch node.
When I trigger the Function node with a boolean input, the node outputs msg.payload set to true even if the function hits an error (e.g., database connection failure or the DB is not connected). I also can’t intercept the error with a catch node.