mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-20 02:29:32 +00:00
Merge pull request #484 from embark-framework/bug_fix/error-connection
fix blockchain already booted
This commit is contained in:
commit
8fe354fa76
@ -11,8 +11,8 @@ class ServicesMonitor {
|
|||||||
this.checkState = {};
|
this.checkState = {};
|
||||||
this.working = false;
|
this.working = false;
|
||||||
|
|
||||||
self.events.setCommandHandler("services:register", (checkName, checkFn, time) => {
|
self.events.setCommandHandler("services:register", (checkName, checkFn, time, initialStatus) => {
|
||||||
self.addCheck(checkName, checkFn, time);
|
self.addCheck(checkName, checkFn, time, initialStatus);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user