Added a code comment clarification in FileSystemUtil

This commit is contained in:
Leon Styhre 2024-08-24 12:07:30 +02:00
parent 76e29d534d
commit d15dd28e26

View file

@ -383,7 +383,7 @@ namespace Utils
exePath = getCanonicalPath(esBinary); exePath = getCanonicalPath(esBinary);
} }
#endif #endif
// Fallback to argv[0] if everything else fails. // Fallback to argv[0] if everything else fails, which is always the case on macOS.
if (exePath.empty()) { if (exePath.empty()) {
esBinary = path; esBinary = path;
exePath = getCanonicalPath(path); exePath = getCanonicalPath(path);