mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-11-07 01:14:57 +05:30
chore: revert create-tool.mjs
This commit is contained in:
parent
a53dfc7c15
commit
5bc084123a
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue