Skylar-Tech / node-red-contrib-matrix-chat

Matrix chat server support for Node-RED
GNU General Public License v3.0
31 stars 10 forks source link

Errors are not catchable #85

Open bvmensvoort opened 1 year ago

bvmensvoort commented 1 year ago

When errors occur, a catch node will not catch them.

In my case I have a neverending repeating error message on the config node: Connection to Matrix server lost. This pollutes the sidebar and logging of Node-RED.

I'd rather see that errors are caught by catch nodes. If no catch nodes are available, then they would still be logged to the sidebar.