update provider.mjs

This commit is contained in:
Archeb
2024-06-22 02:13:01 +08:00
parent 17733b6313
commit b820b8ac56
-1
View File
@@ -66,7 +66,6 @@ for (var username of Object.keys(sessions)) {
}
} catch (e) {
console.log(`${username} 已失效`);
if(content) console.log(`返回内容:${content}`);
await browser.close();
}
}).catch((e) => {