feat(validate-cmd-file): correct validation constants

This commit is contained in:
Maarten Groeneweg 2024-02-09 16:25:19 +01:00
parent 869619e049
commit c23b2a4dbd

View file

@ -115,7 +115,7 @@ class Renovate {
try { try {
fs.accessSync( fs.accessSync(
configurationFile.value, configurationFile.value,
fs.constants.S_IXUSR | fs.constants.S_IRUSR, fs.constants.R_OK | fs.constants.X_OK,
); );
} catch { } catch {
throw new Error( throw new Error(