summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2013-12-16 23:24:15 -0800
committerAndre Arko <andre@arko.net>2013-12-18 15:09:35 -0800
commit88f572ca937eadafb9e411bff14b4f83acde05cd (patch)
treebc4c1d2187d62742f30f940be353ad48c1805465
parent4b5964da34b84ec7779e9a757dffe99eed1b5ce9 (diff)
downloadbundler-88f572ca937eadafb9e411bff14b4f83acde05cd.tar.gz
check before ensure in case of exceptions
-rw-r--r--lib/bundler/installer.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/installer.rb b/lib/bundler/installer.rb
index 8df0829bb7..38e11f431e 100644
--- a/lib/bundler/installer.rb
+++ b/lib/bundler/installer.rb
@@ -320,10 +320,10 @@ module Bundler
end
end
end
+ check_rubygems_cache_dir
message
ensure
worker_pool && worker_pool.stop
- check_rubygems_cache_dir
end
end
end