Fix syntax error in apply-config.js - missing const declaration

Co-authored-by: AstroSteveo <34114851+AstroSteveo@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2025-09-23 06:37:38 +00:00
parent 9b127e049d
commit 1967b59786

View File

@ -237,6 +237,7 @@ function copyFile(sourcePath, destPath) {
* @returns {Object} Summary of the number of files removed per section.
*/
function cleanupDisabledFiles(outputDir, effectivelyEnabledSets, rootDir) {
const removedCounts = {
prompts: 0,
instructions: 0,
chatmodes: 0