mirror of https://github.com/embarklabs/embark.git
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…
Reference in New Issue