diff options
Diffstat (limited to 'bin')
-rw-r--r-- | bin/bundle | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/bundle b/bin/bundle index 1877540982..d2e50814b5 100644 --- a/bin/bundle +++ b/bin/bundle @@ -14,4 +14,7 @@ begin rescue Bundler::BundlerError => e Bundler.ui.error e.message exit e.status_code +rescue Interrupt + Bundler.ui.error "\nQuitting..." + exit 1 end
\ No newline at end of file |