Skip to content

Commit

Permalink
manually sync ocsigen/js_of_ocaml#921
Browse files Browse the repository at this point in the history
  • Loading branch information
jordwalke committed Apr 15, 2020
1 parent 242f9c5 commit b118f9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/lib/parse_bytecode.ml
Original file line number Diff line number Diff line change
Expand Up @@ -2217,7 +2217,7 @@ let from_exe
with Not_found -> (
match exported_unit with
| Some l -> List.mem s ~set:l
| None -> false)
| None -> true)
in
let crcs = List.filter ~f:(fun (unit, _crc) -> keep unit) orig_crcs in
let symbols =
Expand Down

0 comments on commit b118f9d

Please sign in to comment.