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 76e0b1c commit 5af300bCopy full SHA for 5af300b
CHANGELOG.md
@@ -25,6 +25,7 @@ Breaking changes:
25
New features:
26
- Added `fromKillSignal` (#51 by @JordanMartinez)
27
- Added `pidExists` (#53 by @JordanMartinez)
28
+- Export `toUnsafeChildProcess` (#54 by @JordanMartinez)
29
30
Other improvements:
31
- Fix regression: add `ref`/`unref` APIs that were dropped in `v10.0.0` (#50 by @JordanMartinez)
src/Node/ChildProcess.purs
@@ -34,6 +34,7 @@
34
module Node.ChildProcess
35
( ChildProcess
36
, toEventEmitter
37
+ , toUnsafeChildProcess
38
, closeH
39
, disconnectH
40
, errorH
0 commit comments