fix(core): update
This commit is contained in:
		| @@ -43,7 +43,7 @@ export class Directory { | ||||
|     const parentDirectories = this.getParentDirectories(); | ||||
|     let basePath = ''; | ||||
|     for (const parentDir of parentDirectories) { | ||||
|       basePath = parentDir.name + '/' + basePath; | ||||
|       basePath = parentDir.name + '/' + this.name; | ||||
|     } | ||||
|     return basePath; | ||||
|   } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user