Avatar optimization

This commit is contained in:
John Livingston
2024-02-12 15:19:58 +01:00
parent 4d7d4763fd
commit 3e723e8b6b
246 changed files with 1 additions and 1 deletions

View File

@ -285,7 +285,7 @@ if (isMainThread) {
})
p.then(
(msg) => console.log('Part ' + part + ': ' + msg),
(msg) => console.log(part + ' avatars: ' + msg),
() => console.error
)
}