debugging map failure

This commit is contained in:
Marc Froehlich
2026-06-30 00:48:31 +02:00
committed by Rsclub2_2
parent e898f6875d
commit f7cb26fed5
@@ -1093,6 +1093,7 @@ public final class StationMapView {
webEngine.executeScript(script);
} catch (Exception exception) {
System.err.println("[StationMap] executeScript failed: " + exception.getMessage());
exception.printStackTrace();
}
}