Skip to content

Commit

Permalink
Drop "Output: " string
Browse files Browse the repository at this point in the history
If no output is produced, `Output:` is misleading as the stack trace
will be right after it.
  • Loading branch information
evnu committed Oct 26, 2021
1 parent 0976bd8 commit c6492f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rustler_mix/lib/rustler/compiler/config.ex
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ defmodule Rustler.Compiler.Config do
metadata

{output, code} ->
raise "calling `cargo metadata` failed. Output:\n" <> output
raise "calling `cargo metadata` failed.\n" <> output
end

json = Jason.decode!(metadata)
Expand Down

0 comments on commit c6492f6

Please sign in to comment.