aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v3/embedded.rb
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2012-06-03 14:20:18 -0400
committerRalph Amissah <ralph@amissah.com>2012-06-03 14:20:18 -0400
commit2cd635d524721efaf5cf170b7bde79c1e910b096 (patch)
tree7d668d17d137d09b44ee1e65a28285d8785a96ac /lib/sisu/v3/embedded.rb
parentv3: 3.2.11 version & changelog "opened" (diff)
v3: error & warning messages touched, revisit
Diffstat (limited to 'lib/sisu/v3/embedded.rb')
-rw-r--r--lib/sisu/v3/embedded.rb5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/sisu/v3/embedded.rb b/lib/sisu/v3/embedded.rb
index 861bdd08..87b37fc0 100644
--- a/lib/sisu/v3/embedded.rb
+++ b/lib/sisu/v3/embedded.rb
@@ -77,7 +77,10 @@ module SiSU_Embedded
audio
multimedia
begin
- 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