Skip to content

Commit

Permalink
Misc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KawaiiZapic committed Dec 14, 2020
1 parent 6b00b9d commit 1ee6964
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions static/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ feed.addEventListener("load", function () {
"title": v.querySelector("title").innerHTML
});
});
} else {
throw new Error();
}
}
} catch (e) {
Expand Down

0 comments on commit 1ee6964

Please sign in to comment.