log15 icon indicating copy to clipboard operation
log15 copied to clipboard

Windows newline support

Open MrWaggel opened this issue 6 years ago • 2 comments

Because windows users are people too!

MrWaggel avatar Apr 10 '18 05:04 MrWaggel

Thanks for this and sorry for the delay.

Instead of this can you just define a constant in each file - "\n" for Unix, "\r\n" for Windows - and then write/append the constant from the string? That way we won't need the function call overhead.

kevinburke avatar Aug 18 '18 16:08 kevinburke

Also can you rebase against master or merge in master, and squash your commits down to one commit?

kevinburke avatar Aug 18 '18 16:08 kevinburke