mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-11-08 17:46:45 +05:30
fix: create tool command for windows users
This commit is contained in:
parent
4db7c1bf33
commit
42507da581
1 changed files with 1 additions and 1 deletions
|
|
@ -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());
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue