(String[] args)
| 224 | } |
| 225 | |
| 226 | public static void main(String[] args) throws IOException { |
| 227 | initializeLogging(); |
| 228 | Start.launch(args); |
| 229 | } |
| 230 | |
| 231 | private static void initializeLogging() throws IOException { |
| 232 | Path logDirectory = Editor.getLogDirectory(); |