Skip to content
This repository has been archived by the owner on Dec 8, 2020. It is now read-only.

Commit

Permalink
Attempt a carriage return
Browse files Browse the repository at this point in the history
  • Loading branch information
binarylogic committed Aug 22, 2016
1 parent 847a088 commit f9a9273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/timber/log_devices/io.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def context_message
end

def final_message
@final_message ||= "#{base_message} #{context_message}\n"
@final_message ||= "#{context_message}\r#{base_message}\n"
end

def log_line
Expand Down

0 comments on commit f9a9273

Please sign in to comment.