Skip to content

Commit

Permalink
ImagePreview: add logging for url lookup fail instead of silent failing
Browse files Browse the repository at this point in the history
Sychic committed Mar 16, 2024
1 parent 0945eeb commit 063489b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -73,6 +73,7 @@ private void handle(String value) {

if (!found) return;
} catch (MalformedURLException e) {
Patcher.instance.getLogger().error("Error during url lookup: " + value, e);
return;
}

0 comments on commit 063489b

Please sign in to comment.