Make CPKG more complete
All checks were successful
Build and Deploy on Tag / update-tap (push) Successful in 43s
All checks were successful
Build and Deploy on Tag / update-tap (push) Successful in 43s
This commit is contained in:
@@ -202,6 +202,7 @@ export async function createTemplate()
|
||||
if(project_name)
|
||||
{
|
||||
const dir = join(getDocumentsFolder(),"CrossLangProjects",project_name);
|
||||
mkdirSync(getDocumentsFolder());
|
||||
mkdirSync(join(getDocumentsFolder(),"CrossLangProjects"));
|
||||
mkdirSync(dir);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user