chore: update changelogs

This commit is contained in:
Simon Chan 2023-02-09 11:56:26 +08:00
parent dc0dcd03db
commit 9dc9684566
No known key found for this signature in database
GPG key ID: A8B69F750B9BCEDD
6 changed files with 47 additions and 30 deletions

View file

@ -127,7 +127,7 @@ export function formatAndroidLogEntry(
// TODO: implement other formats
default: {
// prettier-ignore
const text=`${
const text = `${
AndroidLogPriorityToCharacter[entry.priority]
}/${
entry.tag.padEnd(8)