From ff271594f58dc7425483fe3ccc649defc552a04c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Mon, 10 Jul 2017 12:07:12 +0200 Subject: 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. --- plugins/triq.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/triq.mk') 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 -- cgit v1.2.3