aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorRyan Bigg <radarlistener@gmail.com>2012-03-11 18:20:38 -0700
committerRyan Bigg <radarlistener@gmail.com>2012-03-13 07:26:03 -0700
commitbd52436e06ff55bd3fd872727842c8d9f3964115 (patch)
treeee1b2b2ca6930a5ca95ce371fc803a81a080a1ac /bin
parent8a76f15dc76c05f974f47bea2bda82abfc21859e (diff)
downloadbundler-bd52436e06ff55bd3fd872727842c8d9f3964115.tar.gz
Add 'Please include the full output of the command' to fatal error message
Diffstat (limited to 'bin')
-rwxr-xr-xbin/bundle4
1 files changed, 3 insertions, 1 deletions
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