mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-04 18:10:56 +01:00
Stringify invalid responses
This commit is contained in:
parent
07aa63348f
commit
b53ef5f91e
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ export const twitterFetch = async (
|
|||
}
|
||||
|
||||
if (!validateFunction(response)) {
|
||||
console.log('Failed to fetch response, got', response);
|
||||
console.log('Failed to fetch response, got', JSON.stringify(response));
|
||||
if (useElongator) {
|
||||
console.log('Elongator request failed to validate, trying again without it');
|
||||
wasElongatorDisabled = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue