Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
j13hkpb committed Jan 8, 2024
1 parent 6da26d3 commit 9d019d3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ private void checkFiles() {

if (xmlFile == null && xmlFileLoader.getFile() != null) {
this.xmlFile = xmlFileLoader.getFile();
this.xmlService.setCurrentXmlFile(xmlFile);
}

if (xmlService.getCurrentXmlFile() != null && xmlService.getCurrentXmlFile().exists()
Expand Down Expand Up @@ -193,7 +194,6 @@ private void renderText(String output) {
codeArea.replaceText(0, 0, output);
}


private void renderHTML(String output) {
new File("output").mkdirs();
final String outputFileName = "output" + File.separator + "output.html";
Expand Down

0 comments on commit 9d019d3

Please sign in to comment.