mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-09-19 14:09:31 +02:00
fix: create tool command for windows users
This commit is contained in:
@@ -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());
|
||||||
|
Reference in New Issue
Block a user