diff options
author | Ralph Amissah <ralph@amissah.com> | 2012-05-06 23:57:48 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2012-05-06 23:57:48 -0400 |
commit | e3e9d55838d36fe07116c5a78fb1a1e5ff38f69b (patch) | |
tree | f99176d021ff9a42c9b6ec9bf6e68ebfc4ff30c1 /lib/sisu/v3/html_tune.rb | |
parent | debian/changelog (3.2.6-1) (diff) | |
parent | v3: hub, options, fixes: dbi: pgsql, sqlite (diff) |
Merge tag 'sisu_3.2.7' into debian/sid
Diffstat (limited to 'lib/sisu/v3/html_tune.rb')
-rw-r--r-- | lib/sisu/v3/html_tune.rb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/sisu/v3/html_tune.rb b/lib/sisu/v3/html_tune.rb index e4ac08ee..3cc41c33 100644 --- a/lib/sisu/v3/html_tune.rb +++ b/lib/sisu/v3/html_tune.rb @@ -215,7 +215,10 @@ module SiSU_HTML_Tune SiSU_HTML_Tune::Output.new(@data,@md).marshal end tuned=SiSU_HTML_Tune::Tune.new(@data,@md).output - rescue; SiSU_Errors::InfoError.new($!,$@,@md.opt.cmd,@md.fns).error + rescue + SiSU_Errors::InfoError.new($!,$@,@md.opt.cmd,@md.fns).error do + __LINE__.to_s + ':' + __FILE__ + end ensure end end |