add initial share/svi/svi.rb
This commit is contained in:
parent
4f3fe36d90
commit
53ac0a2963
8
share/svi/svi.rb
Normal file
8
share/svi/svi.rb
Normal file
@ -0,0 +1,8 @@
|
||||
begin
|
||||
rescue Interrupt => e
|
||||
rescue Exception => e
|
||||
$stderr.puts "Exception: #{e}"
|
||||
e.backtrace.each do |entry|
|
||||
$stderr.puts "> #{entry}"
|
||||
end
|
||||
end
|
Loading…
x
Reference in New Issue
Block a user