mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-05 10:30:55 +01:00
Better logging if a request fails
This commit is contained in:
parent
99a949a801
commit
c3d09b5a69
1 changed files with 2 additions and 0 deletions
|
@ -39,6 +39,8 @@ export const handleStatus = async (
|
|||
`<meta content="Tweet failed to load :(" property="og:description"/>`
|
||||
);
|
||||
|
||||
console.log('Invalid status, got tweet ', tweet, ' conversation ', conversation);
|
||||
|
||||
return Strings.BASE_HTML.format({
|
||||
lang: '',
|
||||
headers: headers.join(''),
|
||||
|
|
Loading…
Add table
Reference in a new issue