fix: create tool command for windows users

This commit is contained in:
Chesterkxng
2025-04-10 08:26:59 +02:00
parent 4db7c1bf33
commit 42507da581

View File

@@ -54,7 +54,7 @@ function createFolderStructure(basePath, foldersToCreateIndexCount) {
} }
// Start the recursive folder creation // Start the recursive folder creation
recursiveCreate('.', 0); recursiveCreate('/', 1);
} }
const toolNameCamelCase = toolName.replace(/-./g, (x) => x[1].toUpperCase()); const toolNameCamelCase = toolName.replace(/-./g, (x) => x[1].toUpperCase());