Merge pull request 'clay' (#134) from clay into master

Reviewed-on: http://git.feashow.cn/clay/fateverse/pulls/134
This commit is contained in:
clay
2024-09-18 20:26:31 +00:00

View File

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