Ignore error
This commit is contained in:
parent
d2f0d90c3c
commit
7a9a266560
@ -52,7 +52,7 @@ export function importCookieHeader(url, cookieHeader) {
|
|||||||
// Otherwise we add a new cookie
|
// Otherwise we add a new cookie
|
||||||
cookieJar.setCookieSync(new Cookie({
|
cookieJar.setCookieSync(new Cookie({
|
||||||
key, value
|
key, value
|
||||||
}), url.toString(), { ignoreError: false });
|
}), url.toString(), { ignoreError: true });
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user