aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/triq.mk
diff options
context:
space:
mode:
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