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