REQ-3540: 解决依赖问题
This commit is contained in:
parent
e102abdd11
commit
4f47f1df50
@ -36,7 +36,7 @@ public class AsyncUtils {
|
||||
throw fail(message);
|
||||
}
|
||||
catch (TimeoutException e) {
|
||||
String message = String.format("%s等待超时, 任务在后台运行, 请稍后刷新查看", op);
|
||||
String message = String.format("%s等待超时, 任务在后台运行, 请稍后刷新查看或重试", op);
|
||||
log.warn(message, e);
|
||||
throw fail(message);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user