Update Companion.cpp (#193)

This commit is contained in:
coco875
2025-08-11 11:45:50 -06:00
committed by GitHub
parent 191b1bc467
commit 8bf444f1e9
+2
View File
@@ -384,6 +384,8 @@ void Companion::ParseCurrentFileConfig(YAML::Node node) {
this->gCurrentDirectory = currentDirectory;
this->gCurrentExternalFiles = currentExternalFiles;
this->gFileHeader.clear();
} else {
SPDLOG_INFO("Skipping external file {} as it has already been processed", externalFileName);
}
}
}