mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-09 12:23:32 -04:00
fix
This commit is contained in:
parent
bec21639b7
commit
ca16c6e68d
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ module Trace = struct
|
||||||
let+ () = finally (Ok ()) in
|
let+ () = finally (Ok ()) in
|
||||||
x)
|
x)
|
||||||
(fun e ->
|
(fun e ->
|
||||||
let+ () = finally (Error (Printexc.to_string e)) in
|
let* () = finally (Error (Printexc.to_string e)) in
|
||||||
Lwt.fail e)
|
Lwt.fail e)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue