This commit is contained in:
Boris Rybalkin 2026-06-30 21:49:32 +02:00 committed by GitHub
commit 9ab8ae1001
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -199,7 +199,7 @@ module.exports.recurseFiles = async (path, relPathToReplace = null) => {
ignoreFolders: true,
extensions: true,
deep: true,
realPath: true,
realPath: process.env.SCANNER_RESOLVE_SYMLINKS !== '0',
normalizePath: false
}
let list = await rra.list(path, options)