lib/oboe/loading.rb in oboe-1.3.7 vs lib/oboe/loading.rb in oboe-1.3.8
- old
+ new
@@ -55,10 +55,10 @@
require 'oboe/api'
begin
Oboe::API.extend_with_tracing
rescue LoadError => e
- Oboe::API.extend_with_noop
+ puts "[oboe/error] Couldn't load oboe api."
end
require 'oboe/config'
end