forked from nostr/nostrweb
noxy: log more useful response error
parent
44c1af2381
commit
23619bbaaa
|
@ -210,7 +210,8 @@ const fetchNext = (href, id, relay) => {
|
|||
return fetchNext(href, id, relay);
|
||||
}
|
||||
})
|
||||
.catch(console.warn);
|
||||
.catch(err => err.text && err.text())
|
||||
.then(errMsg => errMsg && console.warn(errMsg));
|
||||
return previewId;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue