From 29769f93b319aae74de12b78aa20c658913cca9d Mon Sep 17 00:00:00 2001 From: Cristiano Pires Date: Thu, 9 Mar 2023 11:13:46 +0000 Subject: [PATCH] Debug Flags --- lib.js | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/lib.js b/lib.js index 463c5ea..9322871 100644 --- a/lib.js +++ b/lib.js @@ -666,7 +666,11 @@ class rustCommits data.results.splice(30, 20); return data.results.filter(x=>x.repo.search(/rust/i)!=-1) } - + if(!Res.length) + { + console.log('Framework: Rustcommits: Res', Res); + return this.update(); + } for(var j = 0; j FreeGames: Res:',Res); if(!Res.length) return setTimeout(() => { update(); }, 60*1000); for(var j = 0; j FreeGames: Res:',Res); const Pos = Res.map(e => e.id).indexOf(this.channels[j].lastid); Res.splice(Pos, Res.length-Pos)