mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-01-11 14:34:40 +00:00
return process send
This commit is contained in:
parent
a62122a6d3
commit
9219c17924
@ -76,8 +76,7 @@ class ProcessWrapper {
|
||||
if (!process.connected) {
|
||||
return false;
|
||||
}
|
||||
process.send(...arguments);
|
||||
return true;
|
||||
return process.send(...arguments);
|
||||
}
|
||||
|
||||
kill() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user