mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-03-01 15:40:45 +00:00
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…
x
Reference in New Issue
Block a user