Skip to content

Commit 7306375

Browse files
author
José Valim
committed
Improve error message
1 parent a5c13fa commit 7306375

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ defmodule Mix.Tasks.Compile.Sundown do
33

44
def run(_) do
55
if Mix.shell.cmd("make priv/markdown.so") != 0 do
6-
raise Mix.Error, message: "could not compile markdown.so"
6+
raise Mix.Error, message: "could not run `make priv/markdown.so`. Do you have make and gcc installed?"
77
end
88
end
99
end

0 commit comments

Comments
 (0)