Method: Guard::CoffeeScript::Formatter.error
- Defined in:
- lib/guard/coffeescript/formatter.rb
.error(message, options = { }) ⇒ Object
Print a red error message to the console.
37 38 39 |
# File 'lib/guard/coffeescript/formatter.rb', line 37 def error(, = { }) ::Guard::UI.error(color(, ';31'), ) end |