mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-02-05 03:43:56 +00:00
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…
x
Reference in New Issue
Block a user