aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v3/html_scroll.rb
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2012-05-06 23:48:53 -0400
committerRalph Amissah <ralph@amissah.com>2012-05-06 23:48:53 -0400
commit5af7a5e47fff51efd7602bc0f240e64cd6f33b95 (patch)
treecc68b1e55a34c8be60f1c5a81c2f1724d23a72ac /lib/sisu/v3/html_scroll.rb
parentv3: 3.2.7 version & changelog "opened" (diff)
v3: rescue & error warnings, some touched
Diffstat (limited to 'lib/sisu/v3/html_scroll.rb')
-rw-r--r--lib/sisu/v3/html_scroll.rb5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/sisu/v3/html_scroll.rb b/lib/sisu/v3/html_scroll.rb
index a4d2089e..c0c01784 100644
--- a/lib/sisu/v3/html_scroll.rb
+++ b/lib/sisu/v3/html_scroll.rb
@@ -71,7 +71,10 @@ module SiSU_HTML_Scroll
scr=SiSU_HTML_Scroll::Scroll.new(@md,@data,@endnotes).markup
scr[:tails]=SiSU_HTML_Scroll::Scroll.new(@md).tails
scr
- 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