lib/ProMotion/cocoatouch/tab_bar_controller.rb in ProMotion-2.4.0 vs lib/ProMotion/cocoatouch/tab_bar_controller.rb in ProMotion-2.4.1
- old
+ new
@@ -46,10 +46,10 @@
self.selectedViewController = selected_tab_vc
on_tab_selected_try(selected_tab_vc)
selected_tab_vc
else
- PM.logger.error "Unable to open tab #{tab.to_s} -- not found."
+ mp "Unable to open tab #{tab.to_s} -- not found.", force_color: :red
nil
end
end
def find_tab(tab_title)