Skip to content

Commit

Permalink
Merge pull request #81 from input-output-hk/js/openhandles
Browse files Browse the repository at this point in the history
Expose `openHandles`
  • Loading branch information
jasagredo authored Oct 21, 2024
2 parents efd70ad + 9aa7e77 commit 2d85d65
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions fs-sim/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Revision history for fs-sim

## Next version -- ????-??-??

### Non-breaking

* Expose `openHandles` for testing.

## 0.3.0.1 -- 2024-10-02

### Patch
Expand Down
1 change: 1 addition & 0 deletions fs-sim/src/System/FS/Sim/MockFS.hs
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ module System.FS.Sim.MockFS (
, example
, handleIsOpen
, numOpenHandles
, openHandles
, pretty
-- * Debugging
, dumpState
Expand Down

0 comments on commit 2d85d65

Please sign in to comment.