aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/triq.mk
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2017-07-10 12:07:12 +0200
committerLoïc Hoguin <[email protected]>2017-07-10 12:11:51 +0200
commitff271594f58dc7425483fe3ccc649defc552a04c (patch)
tree745f11680e61bd1c74920923fc6d7e2b36c225eb /plugins/triq.mk
parent70b86284812e46c4a3a607aacaec67af2453fff0 (diff)
downloaderlang.mk-ff271594f58dc7425483fe3ccc649defc552a04c.tar.gz
erlang.mk-ff271594f58dc7425483fe3ccc649defc552a04c.tar.bz2
erlang.mk-ff271594f58dc7425483fe3ccc649defc552a04c.zip
Add initial plugin for proper
Should act the same way as the Triq plugin, making switching mostly painless, excluding the differences between the two libraries.
Diffstat (limited to 'plugins/triq.mk')
-rw-r--r--plugins/triq.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/triq.mk b/plugins/triq.mk
index 784f2e2..09443b5 100644
--- a/plugins/triq.mk
+++ b/plugins/triq.mk
@@ -20,7 +20,7 @@ define triq_check.erl
true -> halt(0);
_ -> halt(1)
catch error:undef ->
- io:format("Undefined property or module~n"),
+ io:format("Undefined property or module?~n~p~n", [erlang:get_stacktrace()]),
halt(0)
end.
endef