Method: RunLoop::Core.log_instruments_error
- Defined in:
- lib/run_loop/core.rb
.log_instruments_error(msg) ⇒ Object
419 420 421 422 |
# File 'lib/run_loop/core.rb', line 419 def self.log_instruments_error(msg) $stderr.puts "\033[31m\n\n*** #{msg} ***\n\n\033[0m" $stderr.flush end |