-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix:
fallback-logger
depends on bug to work
`fallback-logger` will recoginze one line as two lines when `logger.append` was called with `msg` ends with `\n`, `\r` or `\0`. This commit fixes `fallback-logger`'s wrong asuumption, so it works correctly with last commit's bug fix.
- Loading branch information
Showing
1 changed file
with
13 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters