mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-18 02:10:21 +08:00
chore: 添加日志
This commit is contained in:
@@ -528,6 +528,7 @@ namespace MaaWpfGui.ViewModels.UI
|
||||
|
||||
if (!_runningState.GetIdle())
|
||||
{
|
||||
_logger.Information("Not idle, Stop and CloseDown");
|
||||
await Stop();
|
||||
}
|
||||
|
||||
@@ -1066,6 +1067,7 @@ namespace MaaWpfGui.ViewModels.UI
|
||||
{
|
||||
if (!_runningState.GetIdle())
|
||||
{
|
||||
_logger.Information("Not idle, return.");
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user