mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	Add 'done' metric log for message tracing
This commit is contained in:
		| @@ -124,6 +124,7 @@ Node.prototype.context = function() { | ||||
|  * @param  {error} error (optional) an error hit whilst handling the message | ||||
|  */ | ||||
| Node.prototype._complete = function(msg,error) { | ||||
|     this.metric("done",msg); | ||||
|     if (error) { | ||||
|         // For now, delegate this to this.error | ||||
|         // But at some point, the timeout handling will need to know about | ||||
|   | ||||
		Reference in New Issue
	
	Block a user