diff options
| author | coco875 <59367621+coco875@users.noreply.github.com> | 2025-08-11 19:45:50 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-11 11:45:50 -0600 |
| commit | 8bf444f1e9c8d0a9e5c28d0150be435e52d80ade (patch) | |
| tree | 786a6693a962854edf28a8254b4091a01b899cb0 | |
| parent | 191b1bc467eb8dfbf3bd6d88df8752dff577afe2 (diff) | |
Update Companion.cpp (#193)
| -rw-r--r-- | src/Companion.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Companion.cpp b/src/Companion.cpp index eb4b2b2..1f865af 100644 --- a/src/Companion.cpp +++ b/src/Companion.cpp @@ -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); } } } |
