From 9a0290834ce6da92c1e51a33dd7743cfa7078728 Mon Sep 17 00:00:00 2001 From: Ryan Bigg Date: Sun, 11 Mar 2012 18:20:38 -0700 Subject: Add 'Please include the full output of the command' to fatal error message --- bin/bundle | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/bundle b/bin/bundle index 5e9dc164..50764bfa 100755 --- a/bin/bundle +++ b/bin/bundle @@ -24,6 +24,8 @@ rescue SystemExit => e rescue Exception => e Bundler.ui.error "Unfortunately, a fatal error has occurred. " + "Please report this error to the Bundler issue tracker at " + - "https://github.com/carlhuda/bundler/issues so that we can fix it. Thanks!" + "https://github.com/carlhuda/bundler/issues so that we can fix it." + + " Please include the full output of the command." + + " Thanks!" raise e end -- cgit v1.2.3