1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-04 02:09:37 +02:00

Fix tests

This commit is contained in:
Chocobozzz 2025-04-10 12:53:04 +02:00
parent d0e2ecd82c
commit 9b05a4b49e
No known key found for this signature in database
GPG key ID: 583A612D890159BE
2 changed files with 8 additions and 3 deletions

View file

@ -66,7 +66,7 @@ export async function getLatestPluginVersion (npmName: string) {
const results = await getLatestPluginsVersion([ npmName ])
if (Array.isArray(results) === false || results.length !== 1) {
logger.warn('Cannot get latest supported plugin version of %s.', npmName)
logger.warn(`Cannot get latest supported plugin version of ${npmName}`, { results })
return undefined
}