Tweak comment

This commit is contained in:
James M. Greene
2024-03-28 21:19:37 -05:00
parent f304bd89be
commit 9cf6e24f74
2 changed files with 2 additions and 2 deletions

2
dist/index.js vendored
View File

@@ -36734,7 +36734,7 @@ function detectOrDefaultConfigFile(fileBaseName, defaultExt = '.js') {
return potentialConfigFile return potentialConfigFile
} }
} }
// If none of them exist yet, default to returning the filename with the defaultExt extension // If none of them exist yet, fall back to returning the filename with the defaultExt extension
return `./${fileBaseName}${defaultExt}` return `./${fileBaseName}${defaultExt}`
} }

View File

@@ -13,7 +13,7 @@ function detectOrDefaultConfigFile(fileBaseName, defaultExt = '.js') {
return potentialConfigFile return potentialConfigFile
} }
} }
// If none of them exist yet, default to returning the filename with the defaultExt extension // If none of them exist yet, fall back to returning the filename with the defaultExt extension
return `./${fileBaseName}${defaultExt}` return `./${fileBaseName}${defaultExt}`
} }