From 9cf6e24f7417e4d116f9cbeee49e71d810373617 Mon Sep 17 00:00:00 2001 From: "James M. Greene" Date: Thu, 28 Mar 2024 21:19:37 -0500 Subject: [PATCH] Tweak comment --- dist/index.js | 2 +- src/set-pages-config.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/index.js b/dist/index.js index fa43fe4..23a3e86 100644 --- a/dist/index.js +++ b/dist/index.js @@ -36734,7 +36734,7 @@ function detectOrDefaultConfigFile(fileBaseName, defaultExt = '.js') { 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}` } diff --git a/src/set-pages-config.js b/src/set-pages-config.js index 45903a8..612023d 100644 --- a/src/set-pages-config.js +++ b/src/set-pages-config.js @@ -13,7 +13,7 @@ function detectOrDefaultConfigFile(fileBaseName, defaultExt = '.js') { 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}` }