blob: 70bae51a9450871503a25a0e75454ed43f333cc4 [file] [edit]
type config =
{
(* Abort rendering if the renderer fails *)
panic_on_error : bool;
}
type t = config
let default = { panic_on_error = true }