Skip to content

Commit fe64dc5

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents 22505f0 + 1bcb0b1 commit fe64dc5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/java/com/interpreter/ParserThread.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ public ParserThread(Executor executor, Controller controller, String command) {
2929
@Override
3030
public void run() {
3131
try {
32+
Platform.runLater(() -> errorOutput.setText(" "));
3233
parseCommands();
33-
errorOutput.setText(" ");
3434
}
3535
catch (Exception exception) {
3636
System.out.println("Exception:" + exception.getMessage());
@@ -77,7 +77,7 @@ public void parseCommands() {
7777
}
7878
catch (InterruptedException exception) {
7979
System.out.println("General interrupt");
80-
throw new IllegalStateException("Stopped clicked outside locks");
80+
throw new IllegalStateException("Stopped clicked");
8181
}
8282
}
8383

target/LogoTranslator-1.0.jar

68 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)