Skip to content

Commit

Permalink
Export toUnsafeChildProcess
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanMartinez committed Jul 25, 2023
1 parent 76e0b1c commit c5e2456
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Breaking changes:
New features:
- Added `fromKillSignal` (#51 by @JordanMartinez)
- Added `pidExists` (#53 by @JordanMartinez)
- Export `toUnsafeChildProcess` (#54 by @JordanMartinez)

Other improvements:
- Fix regression: add `ref`/`unref` APIs that were dropped in `v10.0.0` (#50 by @JordanMartinez)
Expand Down
1 change: 1 addition & 0 deletions src/Node/ChildProcess.purs
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
module Node.ChildProcess
( ChildProcess
, toEventEmitter
, toUnsafeChildProcess
, closeH
, disconnectH
, errorH
Expand Down

0 comments on commit c5e2456

Please sign in to comment.