mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-15 16:24:40 +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