mirror of
https://github.com/NoCrypt/migu.git
synced 2026-01-11 20:10:22 +00:00
fix: bad logging
This commit is contained in:
parent
3d3dcf9e1d
commit
9770eb9976
2 changed files with 2 additions and 2 deletions
|
|
@ -91,7 +91,7 @@ async function updatePeerCounts (entries) {
|
|||
found.seeders = complete
|
||||
}
|
||||
|
||||
debug(`Found ${updated.length} entries: ${JSON.stringify(updated)}`)
|
||||
debug(`Found ${(updated || []).length} entries: ${JSON.stringify(updated)}`)
|
||||
return entries
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "Miru",
|
||||
"version": "5.3.0",
|
||||
"version": "5.3.1",
|
||||
"private": true,
|
||||
"author": "ThaUnknown_ <ThaUnknown@users.noreply.github.com>",
|
||||
"description": "Stream anime torrents, real-time with no waiting for downloads.",
|
||||
|
|
|
|||
Loading…
Reference in a new issue