Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
c-cube committed Dec 4, 2024
1 parent d9843eb commit 8960320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/log/logger.ml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ open struct

let get_ambient_meta_ () =
match LS.get_exn LS.k_local_hmap with
| exception LS.Not_set -> Str_map.empty
| exception _ -> Str_map.empty
| m -> (try Hmap.get k_ambient_meta m with _ -> Str_map.empty)

let add_ambient_meta_ k v : unit =
Expand Down

0 comments on commit 8960320

Please sign in to comment.