fix: ignore cookie errors.

This commit is contained in:
Felix Jian 2023-03-19 05:39:35 +01:00
parent 077a128006
commit bf045dacae
Signed by: flex
GPG Key ID: 2FB8FBECB390C227
1 changed files with 3 additions and 1 deletions

View File

@ -53,7 +53,9 @@ async function main() {
curl: options.curl,
lang: options.lang,
delay: options.delay,
request: {}
request: {
ignoreCookieErrors: true,
}
})
if (options.timeout) config.request.timeout = options.timeout