Skip to content

Commit

Permalink
SessionFail should be hidden by default (#1202)
Browse files Browse the repository at this point in the history
* SessionFail should be hidden by default

* retrigger ci
  • Loading branch information
SimonJF authored Oct 28, 2024
1 parent e3d76d3 commit c7a899c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/basicsettings.ml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ module Sessions = struct
|> sync)

let expose_session_fail =
Settings.(flag "expose_session_fail" ~default:true
Settings.(flag "expose_session_fail" ~default:false
|> synopsis "Exposes the SessionFail effect"
|> depends Handlers.enabled
|> depends exceptions_enabled
Expand Down

0 comments on commit c7a899c

Please sign in to comment.