mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-02-02 18:34:09 +00:00
hotfix for zombie killer
This commit is contained in:
parent
f67376110b
commit
d3c4f6275c
@ -39,12 +39,7 @@ class ProcessWrapper {
|
||||
}
|
||||
setInterval(() => {
|
||||
try {
|
||||
const result = self.send({action: 'ping'});
|
||||
if (!result) {
|
||||
error();
|
||||
} else {
|
||||
self.retries = 0;
|
||||
}
|
||||
self.send({action: 'ping'});
|
||||
} catch (e) {
|
||||
error();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user