class Rails::Generators::AppGenerator

def self.exit_on_failure?

This is only when accessing via CLI
We want to exit on failure to be kind to other libraries
:nodoc:
def self.exit_on_failure?
  true
end