aboutsummaryrefslogtreecommitdiff
path: root/check.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'check.cgi')
-rwxr-xr-xcheck.cgi1
1 files changed, 1 insertions, 0 deletions
diff --git a/check.cgi b/check.cgi
index 4a7b349..4abe9ca 100755
--- a/check.cgi
+++ b/check.cgi
@@ -71,6 +71,7 @@ end
rescue Exception => e
puts "Some problem occured. Please contact the developer:"
pp e
+ puts e.backtrace.join("\n")
else
if problems.empty?
puts "Your environment seems to be installed correctly!"