Method: Chef::Application.exit!
- Defined in:
- lib/chef/application.rb
.exit!(msg, err = -1)) ⇒ Object
169 170 171 172 |
# File 'lib/chef/application.rb', line 169 def exit!(msg, err = -1) Chef::Log.debug(msg) Process.exit err end |
169 170 171 172 |
# File 'lib/chef/application.rb', line 169 def exit!(msg, err = -1) Chef::Log.debug(msg) Process.exit err end |