Skip to content

Commit

Permalink
Yeet error parsing message
Browse files Browse the repository at this point in the history
  • Loading branch information
sbxte committed Jan 3, 2024
1 parent da33c04 commit c21d237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/schembrowser/ui/SchematicBrowserDialog.java
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ void loadRepositories(){
}
} catch (Throwable e) {
Log.err("Error parsing schematic " + link + " " + f.name(), e);
ui.showErrorMessage(Core.bundle.format("schematicbrowser.fail.parse", link, f.name()));
// ui.showErrorMessage(Core.bundle.format("schematicbrowser.fail.parse", link, f.name()));
}
});
if (loadedRepositories.get(link) != null) {
Expand Down

0 comments on commit c21d237

Please sign in to comment.