mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-19 18:47:55 +08:00
fix: 写日志前创建 debug 文件夹
This commit is contained in:
@@ -426,6 +426,7 @@ namespace asst
|
||||
|
||||
Logger() : m_directory(UserDir.get())
|
||||
{
|
||||
std::filesystem::create_directories(m_log_path.parent_path());
|
||||
check_filesize_and_remove();
|
||||
log_init_info();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user