mirror of https://github.com/node-red/node-red.git
Function error not recognised as TypeError
parent
5e5d3d3000
commit
4b160dc3a9
|
@ -57,7 +57,7 @@ module.exports = function(RED) {
|
|||
this.send(results);
|
||||
|
||||
} catch(err) {
|
||||
this.error(err);
|
||||
this.error(err.toString());
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue