mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-15 17:30:27 +08:00
chore: 倒计时添加日志
This commit is contained in:
@@ -637,6 +637,7 @@ namespace MaaWpfGui.ViewModels.UI
|
||||
dialog.Close();
|
||||
tcs.TrySetResult(true);
|
||||
};
|
||||
_logger.Information($"Timer wait time: {seconds}");
|
||||
await Task.WhenAny(Task.Delay(delay), tcs.Task);
|
||||
dialog.Close();
|
||||
_logger.Information($"Timer canceled: {canceled}");
|
||||
|
||||
Reference in New Issue
Block a user