fix backtraces
This commit is contained in:
parent
67c8d64434
commit
0f05be7928
@ -40,7 +40,7 @@ module Capybara
|
||||
end
|
||||
|
||||
def add_backtrace(exception)
|
||||
clean_backtrace(exception).each { |line| logger_target << " #{line.strip}" }
|
||||
clean_backtrace(exception).each { |line| logger_target << " #{line.strip}\n" }
|
||||
end
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user