diff options
author | Ralph Amissah <ralph@amissah.com> | 2012-05-06 23:48:53 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2012-05-06 23:48:53 -0400 |
commit | 5af7a5e47fff51efd7602bc0f240e64cd6f33b95 (patch) | |
tree | cc68b1e55a34c8be60f1c5a81c2f1724d23a72ac /lib/sisu/v3/odf.rb | |
parent | v3: 3.2.7 version & changelog "opened" (diff) |
v3: rescue & error warnings, some touched
Diffstat (limited to 'lib/sisu/v3/odf.rb')
-rw-r--r-- | lib/sisu/v3/odf.rb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/sisu/v3/odf.rb b/lib/sisu/v3/odf.rb index 68aa6e40..6a6da8b9 100644 --- a/lib/sisu/v3/odf.rb +++ b/lib/sisu/v3/odf.rb @@ -90,7 +90,10 @@ module SiSU_ODF end SiSU_ODF::Source::Scroll.new(@particulars).songsheet SiSU_Env::InfoSkin.new(@md).select - rescue; SiSU_Errors::InfoError.new($!,$@,@opt.cmd,@opt.fns).error + rescue + SiSU_Errors::InfoError.new($!,$@,@opt.cmd,@opt.fns).error do + __LINE__.to_s + ':' + __FILE__ + end ensure end end |