From 9770eb9976df314d3a2d4018bcf60293cdb1094f Mon Sep 17 00:00:00 2001 From: ThaUnknown <6506529+ThaUnknown@users.noreply.github.com> Date: Sun, 18 Aug 2024 21:13:21 +0200 Subject: [PATCH] fix: bad logging --- common/modules/extensions/index.js | 2 +- electron/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common/modules/extensions/index.js b/common/modules/extensions/index.js index 0c3d980..19de4b9 100644 --- a/common/modules/extensions/index.js +++ b/common/modules/extensions/index.js @@ -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 } diff --git a/electron/package.json b/electron/package.json index 78038a9..8e3d101 100644 --- a/electron/package.json +++ b/electron/package.json @@ -1,6 +1,6 @@ { "name": "Miru", - "version": "5.3.0", + "version": "5.3.1", "private": true, "author": "ThaUnknown_ ", "description": "Stream anime torrents, real-time with no waiting for downloads.",