mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-09 12:23:32 -04:00
fix warning
This commit is contained in:
parent
35d1782c72
commit
6bdf351313
1 changed files with 1 additions and 1 deletions
|
|
@ -67,5 +67,5 @@ let with_ self v f =
|
|||
restore_ ();
|
||||
res
|
||||
with e ->
|
||||
(restore_ [@inlined]) ();
|
||||
restore_ ();
|
||||
raise e
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue