Update index.js
Added a missing return HeaderService.prototype._handleError
This commit is contained in:
parent
e3f5de4df5
commit
00515c5378
@ -496,6 +496,7 @@ HeaderService.prototype._onHeaders = function(headers) {
|
|||||||
|
|
||||||
HeaderService.prototype._handleError = function(err) {
|
HeaderService.prototype._handleError = function(err) {
|
||||||
log.error('Error in Header Service: ' + err);
|
log.error('Error in Header Service: ' + err);
|
||||||
|
return;
|
||||||
//this.node.stop();
|
//this.node.stop();
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user