Method: ProjectLoader.error_loading

Defined in:
lib/asker/loader/project_loader.rb

.error_loading(arg) ⇒ Object

Error found and exit application.



78
79
80
81
82
# File 'lib/asker/loader/project_loader.rb', line 78

def self.error_loading(arg)
  msg = Rainbow("[ERROR] Loading... #{arg}").red.bright
  Logger.verboseln msg
  exit 1
end