We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9c52fc commit 00c32baCopy full SHA for 00c32ba
1 file changed
src/dune_pkg/sys_poll.ml
@@ -98,7 +98,7 @@ let os ~path =
98
let maybe_read_lines p =
99
match Io.String_path.lines_of_file p with
100
| s -> Some s
101
- | exception Unix.Unix_error (Unix.ENOENT, _, _) -> None
+ | exception Sys_error _ -> None
102
;;
103
104
let os_release_fields () =
0 commit comments