mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-10-04 17:09:25 +00:00
@@ -266,7 +266,7 @@ void HttpMetaCache::SaveNow()
|
||||
{
|
||||
FS::write(m_index_file, doc.toJson());
|
||||
}
|
||||
catch (Exception & e)
|
||||
catch (const Exception &e)
|
||||
{
|
||||
qWarning() << e.what();
|
||||
}
|
||||
|
Reference in New Issue
Block a user