mirror of
https://github.com/knightcrawler-stremio/knightcrawler.git
synced 2024-12-20 03:29:51 +00:00
[addon] improve moch error logging
This commit is contained in:
@@ -148,7 +148,7 @@ async function _resolve(RD, infoHash, cachedEntryInfo, fileIndex) {
|
||||
await _selectTorrentFiles(RD, torrent);
|
||||
return StaticResponse.DOWNLOADING;
|
||||
}
|
||||
return Promise.reject("Failed RealDebrid adding torrent");
|
||||
return Promise.reject(`Failed RealDebrid adding torrent ${JSON.stringify(torrent)}`);
|
||||
}
|
||||
|
||||
async function _createOrFindTorrentId(RD, infoHash, cachedFileIds, fileIndex) {
|
||||
|
||||
Reference in New Issue
Block a user