mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	Function error not recognised as TypeError
This commit is contained in:
		| @@ -57,7 +57,7 @@ module.exports = function(RED) { | ||||
|                         this.send(results); | ||||
|  | ||||
|                     } catch(err) { | ||||
|                         this.error(err); | ||||
|                         this.error(err.toString()); | ||||
|                     } | ||||
|                 } | ||||
|             }); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user