mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Merge branch 'dev' of github.com:node-red/node-red into dev
This commit is contained in:
commit
e73b748b95
@ -124,6 +124,7 @@ Node.prototype.context = function() {
|
|||||||
* @param {error} error (optional) an error hit whilst handling the message
|
* @param {error} error (optional) an error hit whilst handling the message
|
||||||
*/
|
*/
|
||||||
Node.prototype._complete = function(msg,error) {
|
Node.prototype._complete = function(msg,error) {
|
||||||
|
this.metric("done",msg);
|
||||||
if (error) {
|
if (error) {
|
||||||
// For now, delegate this to this.error
|
// For now, delegate this to this.error
|
||||||
// But at some point, the timeout handling will need to know about
|
// But at some point, the timeout handling will need to know about
|
||||||
|
Loading…
Reference in New Issue
Block a user