Skip to content

Commit

Permalink
🐛 Handle Checkpoint effects from String_recorder
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeta611 committed Dec 2, 2024
1 parent 39cc643 commit 267f459
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bin/js/string_recorder.ml
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,9 @@ let event_h =
(Sexp.to_string (Path.sexp_of_t path))
in
continue k path ~recording)
| Checkpoint _ ->
Some
(fun (k : (a, _) continuation) ~(recording : recording) ->
continue k () ~recording)
| _ -> None);
}

0 comments on commit 267f459

Please sign in to comment.