mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-12-24 13:16:43 +00:00
chore: revert create-tool.mjs
This commit is contained in:
parent
a53dfc7c15
commit
5bc084123a
@ -54,7 +54,7 @@ function createFolderStructure(basePath, foldersToCreateIndexCount) {
|
||||
}
|
||||
|
||||
// Start the recursive folder creation
|
||||
recursiveCreate('/', 1);
|
||||
recursiveCreate('.', 0);
|
||||
}
|
||||
|
||||
const toolNameCamelCase = toolName.replace(/-./g, (x) => x[1].toUpperCase());
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user