Update node.js
This commit is contained in:
parent
0966ec124b
commit
1edc88f14b
@ -204,8 +204,7 @@ Node.prototype.start = function(callback) {
|
||||
Node.prototype.stop = function(callback) {
|
||||
|
||||
log.info('Beginning shutdown');
|
||||
//Flosight Error fix by RanchiMall May 25 2021: Node must not stop under any circumstance
|
||||
/* var self = this;
|
||||
var self = this;
|
||||
var services = this._getServiceOrder(this._unloadedServices).reverse();
|
||||
|
||||
this.stopping = true;
|
||||
@ -227,7 +226,7 @@ Node.prototype.stop = function(callback) {
|
||||
if (callback) {
|
||||
callback();
|
||||
}
|
||||
}); */
|
||||
});
|
||||
};
|
||||
|
||||
module.exports = Node;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user