| 22 | }; |
| 23 | |
| 24 | const removeReferenceCount = channel => { |
| 25 | channel.unrefCounted(); |
| 26 | }; |
| 27 | |
| 28 | // To proxy events, we setup some global listeners on the `message` and `disconnect` events. |
| 29 | // Those should not keep the subprocess alive, so we remove the automatic counting that Node.js is doing. |
no outgoing calls
no test coverage detected
searching dependent graphs…