diff --git a/nodes/core/core/80-function.js b/nodes/core/core/80-function.js index 28cacb11c..f766e679e 100644 --- a/nodes/core/core/80-function.js +++ b/nodes/core/core/80-function.js @@ -57,7 +57,7 @@ module.exports = function(RED) { this.send(results); } catch(err) { - this.error(err); + this.error(err.toString()); } } });