Actions
Backport #4771
closedrake のオプション --trace が常に ON 動作になっている
Status:
Rejected
Assignee:
Description
--- a/lib/rake.rb
+++ b/lib/rake.rb
@@ -2066,7 +2066,7 @@ module Rake
# Exit with error message
$stderr.puts "#{name} aborted!"
$stderr.puts ex.message
-
if options.trace or true
-
if options.trace $stderr.puts ex.backtrace.join("\n") else $stderr.puts ex.backtrace.find {|str| str =~ /#{@rakefile}/ } || ""
Actions
Like0
Like0Like0Like0