s/unwrap_err_msg/unwrap_msg/
This commit is contained in:
parent
21e6a47007
commit
d9a73f28fd
10 changed files with 68 additions and 74 deletions
|
|
@ -129,7 +129,7 @@ let keys_cmd =
|
|||
@@
|
||||
let+ input = input in
|
||||
let* content =
|
||||
Result.bind (Fpath.of_string input) Bos.OS.File.read |> unwrap_err_msg
|
||||
Result.bind (Fpath.of_string input) Bos.OS.File.read |> unwrap_msg
|
||||
in
|
||||
keys content
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue