This commit is contained in:
Jonathan Rainville 2018-06-05 12:15:47 -04:00
parent 820fd45c46
commit 6b941d09d2
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ class ProcessWrapper {
}
setInterval(() => {
try {
const result = self.send({actiong: 'ping'});
const result = self.send({action: 'ping'});
if (!result) {
error();
} else {