X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=bin%2Fsup;h=6360cdea3126a17ce3065f6ae4faef3946a671c1;hb=1204128104a1b77bf3ad52fba9c8e6c44931fd4a;hp=45db505120c30fb65127df0b3846b03d6bde69fa;hpb=f27920ccddd3f9305913075a343ad008a50c3ede;p=sup diff --git a/bin/sup b/bin/sup index 45db505..6360cde 100644 --- a/bin/sup +++ b/bin/sup @@ -327,7 +327,7 @@ ensure end unless $exceptions.empty? - File.open("sup-exception-log.txt", "w") do |f| + File.open(File.join(BASE_DIR, "exception-log.txt"), "w") do |f| $exceptions.each do |e, name| f.puts "--- #{e.class.name} from thread: #{name}" f.puts e.message, e.backtrace @@ -337,7 +337,7 @@ unless $exceptions.empty? ---------------------------------------------------------------- I'm very sorry. It seems that an error occurred in Sup. Please accept my sincere apologies. If you don't mind, please send the -contents of sup-exception-log.txt and a brief report of the +contents of ~/.sup/exception-log.txt and a brief report of the circumstances to sup-talk at rubyforge dot orgs so that I might address this problem. Thank you!