Function error not recognised as TypeError

This commit is contained in:
Nick O'Leary 2014-05-06 13:49:22 +01:00
parent 5e5d3d3000
commit 4b160dc3a9
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ module.exports = function(RED) {
this.send(results);
} catch(err) {
this.error(err);
this.error(err.toString());
}
}
});