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) {
|
if (!process.connected) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
process.send(...arguments);
|
return process.send(...arguments);
|
||||||
return true;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
kill() {
|
kill() {
|
||||||
|
|
Loading…
Reference in New Issue