Handle socket errors

This commit is contained in:
Jon Staab
2024-05-22 12:56:54 -07:00
parent fdce131d27
commit d5b4a3218e
8 changed files with 18 additions and 13 deletions
-1
View File
@@ -230,7 +230,6 @@ export class FeedCompiler<E extends TrustedEvent> {
if (event) {
for (const feed of feedsFromTags(Tags.fromEvent(event), mappings)) {
feeds.push(feed)
}
}