Skip to content

Commit b7334a6

Browse files
committed
Update
1 parent acb8eb8 commit b7334a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Entity/EntityBase.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ export abstract class EntityBase<T extends EntityBaseAttribute> {
8181
//checking folder structure
8282
//FilesValidator
8383
let filesValidator=new FilesValidator(this._pathFolderSchema);
84-
let result = filesValidator.ValidateDirStructureBySchema(this.RootDir,this._fileNameSchemaDirStructure);
84+
let result = filesValidator.ValidateFiles(this.RootDir,this._fileNameSchemaDirStructure);
8585
const validationErrors=<Array<string>>result.returnObject;
8686
this._validationErrors = validationErrors.slice();
8787
//check if folder matches entity and id

0 commit comments

Comments
 (0)