Skip to content

Commit

Permalink
Merge commit '184fc921a4dd19c4a402d8450024e909595082ca' into vendor-s…
Browse files Browse the repository at this point in the history
…herlodoc
  • Loading branch information
Julow committed Dec 11, 2024
2 parents 2c3a7cf + 184fc92 commit 8087cf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vendor/sherlodoc/cli/main.ml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ let cmd_jsoo =
in
let emit_js_dep filename =
let close, h = if filename = "" then false, stdout else true, open_out filename in
output_string h [%blob "jsoo/sherlodoc.js"] ;
output_string h [%blob "../jsoo/sherlodoc.js"] ;
if close then close_out h
in
Cmd.v info Term.(const emit_js_dep $ target)
Expand Down

0 comments on commit 8087cf6

Please sign in to comment.