Skip to content

Commit

Permalink
simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
gpetiot committed Sep 5, 2023
1 parent eac372f commit 91f3526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/voodoo-prep/ocamlfind.ml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ let js_files pkg =
| '+' -> Ok (Some (String.sub s 1 (String.length s - 1) |> Fpath.v))
| _ -> Bos_setup.R.error_msg s)
|> Util.R.combine_list
>>| fun js_files -> List.filter_map (fun x -> x) js_files
>>| List.filter_map (fun x -> x)

let dep_cmas pkg =
let cmd =
Expand Down

0 comments on commit 91f3526

Please sign in to comment.