Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Geometrically committed Apr 25, 2024
1 parent feae821 commit 6b5d2b0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion theseus_gui/src/components/ui/ErrorModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@ defineExpose({
supportLink.value =
'https://support.modrinth.com/en/articles/9038231-minecraft-sign-in-issues'
if (errorVal.message.includes('existing connection was forcibly closed') || errorVal.message.includes('error sending request for url')) {
if (
errorVal.message.includes('existing connection was forcibly closed') ||
errorVal.message.includes('error sending request for url')
) {
metadata.value.network = true
}
if (errorVal.message.includes('because the target machine actively refused it')) {
Expand Down

0 comments on commit 6b5d2b0

Please sign in to comment.