增加日志

This commit is contained in:
许轲 2023-10-07 02:47:46 +08:00
parent f773ccb67c
commit 7d7e50c25d

View File

@ -129,7 +129,7 @@ public class RunTopMenu extends AbstractTopMenu {
System.out.println("编译失败,返回代码:" + compileExitCode); System.out.println("编译失败,返回代码:" + compileExitCode);
} }
} catch (IOException | InterruptedException e) { } catch (IOException | InterruptedException e) {
e.printStackTrace(); LogUtil.getLogger(this.getClass()).info("编译失败:{}", fileName);
} }
} }