diff --git a/src/torrent.ts b/src/torrent.ts index e5bd30b2a..44d5a17b8 100644 --- a/src/torrent.ts +++ b/src/torrent.ts @@ -258,7 +258,7 @@ export async function getTorrentByCriteria( .first(); if (findResult === undefined) { - const message = `could not find a torrent with the criteria ${inspect( + const message = `torrentDir does not have any torrent with criteria ${inspect( criteria )}`; throw new Error(message);