module Bundler::Thor::Base::ClassMethods

def exit_on_failure?

A flag that makes the process exit with status 1 if any error happens.
def exit_on_failure?
  false
end