s/unwrap_err_/unwrap_/
This commit is contained in:
parent
21e6a47007
commit
e59762a393
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