Skip to content

Commit

Permalink
fix js.print_deps (#4254)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyan-dfinity authored Oct 20, 2023
1 parent 426252d commit b64d174
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/common.ml
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ let wrap_output f =
end

let print_deps file =
let _ = Pipeline.print_deps file in
let _ = Pipeline.print_deps (Js.to_string file) in
let stdout_result = Buffer.contents stdout_buffer in
Buffer.clear stdout_buffer;
Js.bytestring stdout_result
Expand Down

0 comments on commit b64d174

Please sign in to comment.