fix(Logger): Lost bracket

This commit is contained in:
Yimura 2021-05-21 12:48:30 +02:00
parent 98a4b89d1c
commit 07cf882f3c

View File

@ -53,7 +53,7 @@ namespace big
explicit logger() :
m_file_path(std::getenv("appdata")),
m_worker(g3::LogWorker::createLogWorker())
{
m_file_path /= "BigBaseV2";
std::filesystem::path m_backup_path = m_file_path;
m_backup_path /= "Backup";