explicitly closing log file

This commit is contained in:
rusefi 2019-07-21 14:04:07 -04:00
parent c89eee4cd6
commit 6a49b04f62
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -73,7 +73,7 @@ public class EnumToString {
headerFileContent.append("#endif /*_A_H_HEADER_ */\r\n");
writeCppAndHeaderFiles(outputPath + File.separator + "auto_generated_enums");
SystemOut.close();
}
private static void writeCppAndHeaderFiles(String outFileName) throws IOException {