mirror of https://github.com/embarklabs/embark.git
implement (previously empty) stopMonitor method
This commit is contained in:
parent
5b900fc278
commit
a4369ecd4e
|
@ -20,6 +20,7 @@ ServicesMonitor.prototype.startMonitor = function() {
|
|||
};
|
||||
|
||||
ServicesMonitor.prototype.stopMonitor = function() {
|
||||
clearInterval(this.monitor);
|
||||
};
|
||||
|
||||
ServicesMonitor.prototype.check = function() {
|
||||
|
|
Loading…
Reference in New Issue