File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -380,6 +380,7 @@ bool PluginProcessor::initialiseFilesystem()
380380
381381 bool extractionCompleted = true ;
382382
383+ std::cout << " Extracting resources" << std::endl;
383384 // Check if the abstractions directory exists, if not, unzip it from binaryData
384385 if (!versionDataDir.exists ()) {
385386 extractionCompleted = false ;
@@ -425,6 +426,8 @@ bool PluginProcessor::initialiseFilesystem()
425426 }
426427 }
427428 }
429+ std::cout << " Done extracting" << std::endl;
430+
428431 if (!dekenDir.exists ()) {
429432 dekenDir.createDirectory ();
430433 }
@@ -539,6 +542,8 @@ bool PluginProcessor::initialiseFilesystem()
539542 createLinkWithRetry (homeDir.getChildFile (" Extra" ), versionDataDir.getChildFile (" Extra" ));
540543#endif
541544
545+ std::cout << " Setup done" << std::endl;
546+
542547 initMutex.deleteFile ();
543548 return extractionCompleted;
544549}
You can’t perform that action at this time.
0 commit comments