fix(Logger): Lost bracket
This commit is contained in:
parent
ecac78c493
commit
b185dbd561
@ -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";
|
||||||
|
Reference in New Issue
Block a user