summaryrefslogtreecommitdiff
path: root/lib/chef/client.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/client.rb')
-rw-r--r--lib/chef/client.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/chef/client.rb b/lib/chef/client.rb
index ec705d4bb1..3bd5cb4dc7 100644
--- a/lib/chef/client.rb
+++ b/lib/chef/client.rb
@@ -225,6 +225,7 @@ class Chef
# @return Always returns true.
#
def run
+ raise "EXPLODE!"
start_profiling
runlock = RunLock.new(Chef::Config.lockfile)