diff --git a/es-core/src/utils/FileSystemUtil.cpp b/es-core/src/utils/FileSystemUtil.cpp index 32b18f9de..309efce85 100644 --- a/es-core/src/utils/FileSystemUtil.cpp +++ b/es-core/src/utils/FileSystemUtil.cpp @@ -383,7 +383,7 @@ namespace Utils exePath = getCanonicalPath(esBinary); } #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()) { esBinary = path; exePath = getCanonicalPath(path);