From 950cf79254220b231e851a68c1e8cb4c257463c0 Mon Sep 17 00:00:00 2001 From: Benjamin Kellermann Date: Sun, 16 Oct 2016 20:06:37 +0200 Subject: add backtrace to check.cgi --- check.cgi | 1 + 1 file changed, 1 insertion(+) 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!" -- cgit v1.2.3