You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
console.log(`[${i}/${total}] Updated for ${username}`);
198
217
fs.writeFileSync(newURL("../data/contributors.json",import.meta.url),JSON.stringify(data));// update file while fetching (sync happens safely in between fetches)
199
218
}catch(err){
219
+
if(errinstanceofUserFetchError&&err.notFound){
220
+
console.warn(`[${i}/${total}] (Skipped ${username}, not found)`);
0 commit comments