Skip to content

Commit

Permalink
fix: bad logging
Browse files Browse the repository at this point in the history
  • Loading branch information
ThaUnknown committed Aug 18, 2024
1 parent 3d3dcf9 commit 9770eb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion common/modules/extensions/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down
2 changes: 1 addition & 1 deletion electron/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Miru",
"version": "5.3.0",
"version": "5.3.1",
"private": true,
"author": "ThaUnknown_ <[email protected]>",
"description": "Stream anime torrents, real-time with no waiting for downloads.",
Expand Down

0 comments on commit 9770eb9

Please sign in to comment.