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:
parent
9b127e049d
commit
1967b59786
@ -237,6 +237,7 @@ function copyFile(sourcePath, destPath) {
|
|||||||
* @returns {Object} Summary of the number of files removed per section.
|
* @returns {Object} Summary of the number of files removed per section.
|
||||||
*/
|
*/
|
||||||
function cleanupDisabledFiles(outputDir, effectivelyEnabledSets, rootDir) {
|
function cleanupDisabledFiles(outputDir, effectivelyEnabledSets, rootDir) {
|
||||||
|
const removedCounts = {
|
||||||
prompts: 0,
|
prompts: 0,
|
||||||
instructions: 0,
|
instructions: 0,
|
||||||
chatmodes: 0
|
chatmodes: 0
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user