aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/bundle3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/bundle b/bin/bundle
index 6efdf51d..778c79c3 100755
--- a/bin/bundle
+++ b/bin/bundle
@@ -15,7 +15,8 @@ rescue Bundler::BundlerError => e
Bundler.ui.error e.message
Bundler.ui.debug e.backtrace.join("\n")
exit e.status_code
-rescue Interrupt
+rescue Interrupt => e
Bundler.ui.error "\nQuitting..."
+ Bundler.ui.debug e.backtrace.join("\n")
exit 1
end