feat : 模拟执行报错

This commit is contained in:
clay
2024-09-19 04:25:51 +08:00
parent a7a68ecb03
commit b4ee809710

View File

@@ -44,7 +44,9 @@ public class ConsoleCapture {
public interface Task {
Object execute() throws Exception;
}