summaryrefslogtreecommitdiff
path: root/lib/tst
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tst')
-rwxr-xr-xlib/tst2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tst b/lib/tst
index 6b314cc..5e9131f 100755
--- a/lib/tst
+++ b/lib/tst
@@ -10,10 +10,10 @@ rescue Exception => e
open Oxidized::Config::Crash, 'w' do |file|
file.puts '-' * 50
file.puts Time.now.utc
+ file.puts e.message
file.puts '-' * 50
file.puts e.backtrace
file.puts '-' * 50
- file.puts caller
end
raise
end