Skip to content

Commit beb292f

Browse files
committed
Killing simulation threads is now a bit safer...
1 parent eee35af commit beb292f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aima-gui/src/main/java/aima/gui/fx/framework/SimulationPaneCtrl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ private void runSimulation() {
221221
e.printStackTrace();
222222
} catch (Error e) {
223223
setStatus("Sorry, something went totally wrong during simulation: " + e.getClass().getSimpleName());
224-
throw e;
224+
e.printStackTrace();
225225
}
226226
setState(State.FINISHED);
227227
}

0 commit comments

Comments
 (0)