From 7d7b79abd00bbae089497da4ea3018c290e01705 Mon Sep 17 00:00:00 2001 From: Mark Longair Date: Sat, 27 Feb 2010 09:59:11 +0000 Subject: [PATCH] Add a backtrace for other exceptions as well --- stand | 1 + 1 file changed, 1 insertion(+) diff --git a/stand b/stand index c01b0f7..85a6dd3 100755 --- a/stand +++ b/stand @@ -389,4 +389,5 @@ begin rescue STDERR.puts "Fatal error: #{$!}" + STDERR.puts $!.backtrace end -- 2.11.4.GIT