method
error
v2_6_3 -
Show latest stable
- Class:
Bundler::UI::Shell
error(msg, newline = nil)public
No documentation available.
# File lib/bundler/ui/shell.rb, line 42
def error(msg, newline = nil)
return unless level("error")
return tell_err(msg, :red, newline) if Bundler.feature_flag.error_on_stderr?
tell_me(msg, :red, newline)
end