fix typo
This commit is contained in:
parent
820fd45c46
commit
6b941d09d2
|
@ -39,7 +39,7 @@ class ProcessWrapper {
|
||||||
}
|
}
|
||||||
setInterval(() => {
|
setInterval(() => {
|
||||||
try {
|
try {
|
||||||
const result = self.send({actiong: 'ping'});
|
const result = self.send({action: 'ping'});
|
||||||
if (!result) {
|
if (!result) {
|
||||||
error();
|
error();
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue