mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 02:09:37 +02:00
Fix tests
This commit is contained in:
parent
d0e2ecd82c
commit
9b05a4b49e
2 changed files with 8 additions and 3 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue