data: log storage stats after parsing
This commit is contained in:
@@ -85,6 +85,8 @@ void Application::saveProject(const std::string& projectSettingsFilePath)
|
||||
|
||||
void Application::handleMessage(MessageFinishedParsing* message)
|
||||
{
|
||||
m_project->logStats();
|
||||
|
||||
if (message->errorCount > 0)
|
||||
{
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user