92 93 94 95
# File 'lib/chef/application.rb', line 92 def exit!(msg, err = -1) Chef::Log.debug(msg) Process.exit err end