lib/stella.rb in stella-0.7.0.012 vs lib/stella.rb in stella-0.7.0.014
- old
+ new
@@ -57,10 +57,10 @@
def rescue(&blk)
blk.call
rescue => ex
Stella.le "ERROR: #{ex.message}"
- Stella.ld ex.backtrace
+ Stella.li3 ex.backtrace
end
end
require 'stella/version'
require 'stella/exceptions'