mirror of https://github.com/embarklabs/embark.git
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…
Reference in New Issue