mirror of
https://github.com/NoCrypt/migu.git
synced 2026-04-21 00:22:08 +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
|
found.seeders = complete
|
||||||
}
|
}
|
||||||
|
|
||||||
debug(`Found ${updated.length} entries: ${JSON.stringify(updated)}`)
|
debug(`Found ${(updated || []).length} entries: ${JSON.stringify(updated)}`)
|
||||||
return entries
|
return entries
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "Miru",
|
"name": "Miru",
|
||||||
"version": "5.3.0",
|
"version": "5.3.1",
|
||||||
"private": true,
|
"private": true,
|
||||||
"author": "ThaUnknown_ <ThaUnknown@users.noreply.github.com>",
|
"author": "ThaUnknown_ <ThaUnknown@users.noreply.github.com>",
|
||||||
"description": "Stream anime torrents, real-time with no waiting for downloads.",
|
"description": "Stream anime torrents, real-time with no waiting for downloads.",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue