mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-02-04 19:33:33 +00:00
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…
x
Reference in New Issue
Block a user