fix: 尝试修复类型错误

This commit is contained in:
MistEO
2023-06-04 19:57:49 +08:00
parent 0fd819fd1e
commit bd5717a377
2 changed files with 14 additions and 11 deletions

View File

@@ -381,8 +381,8 @@ void Assistant::working_proc()
}
if (m_thread_idle || m_tasks_list.empty()) {
m_thread_idle = true;
finished_tasks.clear();
m_thread_idle = true;
Log.flush();
LogTraceScope("wait for m_condvar");
m_condvar.wait(lock);