mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-17 23:07:26 +08:00
fix(Logger): Lost bracket
This commit is contained in:
parent
98a4b89d1c
commit
07cf882f3c
@ -53,7 +53,7 @@ namespace big
|
|||||||
explicit logger() :
|
explicit logger() :
|
||||||
m_file_path(std::getenv("appdata")),
|
m_file_path(std::getenv("appdata")),
|
||||||
m_worker(g3::LogWorker::createLogWorker())
|
m_worker(g3::LogWorker::createLogWorker())
|
||||||
|
{
|
||||||
m_file_path /= "BigBaseV2";
|
m_file_path /= "BigBaseV2";
|
||||||
std::filesystem::path m_backup_path = m_file_path;
|
std::filesystem::path m_backup_path = m_file_path;
|
||||||
m_backup_path /= "Backup";
|
m_backup_path /= "Backup";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user