mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-19 18:47:55 +08:00
fix compile error
This commit is contained in:
@@ -264,7 +264,7 @@ void Assistant::working_proc()
|
||||
lock.unlock();
|
||||
|
||||
// We don't consider a task failed when user stop it.
|
||||
auto msg = ret || m_thread_idle ? AsstMsg::TaskChainSuccess : AsstMsg::TaskChainFailed;
|
||||
auto msg = ret || m_thread_idle ? AsstMsg::TaskChainCompleted : AsstMsg::TaskChainError;
|
||||
task_callback(msg, callback_json, this);
|
||||
|
||||
if (!m_thread_idle && m_tasks_list.empty()) {
|
||||
|
||||
Reference in New Issue
Block a user