mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Add catch node
This commit is contained in:
@@ -147,6 +147,9 @@ var flowNodes = module.exports = {
|
||||
log.info("Stopped flows");
|
||||
return;
|
||||
});
|
||||
},
|
||||
handleError: function(node,logMessage,msg) {
|
||||
activeFlow.handleError(node,logMessage,msg);
|
||||
}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user