summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/chef/chef_fs/parallelizer.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/chef_fs/parallelizer.rb b/lib/chef/chef_fs/parallelizer.rb
index e0e7a77322..84f3d4d870 100644
--- a/lib/chef/chef_fs/parallelizer.rb
+++ b/lib/chef/chef_fs/parallelizer.rb
@@ -94,7 +94,7 @@ class Chef
begin
@outputs[index] = @block.call(input)
@status[index] = :finished
- rescue
+ rescue Exception
@outputs[index] = $!
@status[index] = :exception
end