Skip to content

Commit 5af300b

Browse files
Export toUnsafeChildProcess (#55)
1 parent 76e0b1c commit 5af300b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ Breaking changes:
2525
New features:
2626
- Added `fromKillSignal` (#51 by @JordanMartinez)
2727
- Added `pidExists` (#53 by @JordanMartinez)
28+
- Export `toUnsafeChildProcess` (#54 by @JordanMartinez)
2829

2930
Other improvements:
3031
- Fix regression: add `ref`/`unref` APIs that were dropped in `v10.0.0` (#50 by @JordanMartinez)

src/Node/ChildProcess.purs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
module Node.ChildProcess
3535
( ChildProcess
3636
, toEventEmitter
37+
, toUnsafeChildProcess
3738
, closeH
3839
, disconnectH
3940
, errorH

0 commit comments

Comments
 (0)