update: 优化 Generator 异常处理

This commit is contained in:
pen4uin
2024-08-24 00:40:41 +08:00
parent 5e4cc68000
commit e5994d4813
6 changed files with 6 additions and 0 deletions
@@ -33,6 +33,7 @@ public class CustomGenerator implements IShellGenerator {
ctClass.detach();
} catch (Exception e) {
e.printStackTrace();
throw new RuntimeException(e);
}
}