We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0214498 commit 6e1bbffCopy full SHA for 6e1bbff
1 file changed
index.js
@@ -42,4 +42,8 @@ module.exports = class Sidecar extends Duplex {
42
_write(chunk, encoding, cb) {
43
this._ipc.write(chunk, encoding, cb)
44
}
45
+
46
+ kill (signal) {
47
+ this._process.kill(signal)
48
+ }
49
0 commit comments