We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d436bc5 commit bc09264Copy full SHA for bc09264
lib/elixir/scripts/diff.exs
@@ -125,7 +125,7 @@ defmodule Diff do
125
chunk1 != chunk2 do
126
tmp_file1 = chunk1 |> formatter.() |> write_tmp()
127
tmp_file2 = chunk2 |> formatter.() |> write_tmp()
128
- [name1, ?\n, file_diff(tmp_file1, tmp_file2)]
+ [to_string(name1), ?\n, file_diff(tmp_file1, tmp_file2)]
129
end
130
131
else
0 commit comments