This commit is contained in:
v-rucdu 2021-06-04 00:47:09 +05:30
Родитель 06c32e1dad
Коммит af93075a06
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -25,7 +25,7 @@ export async function IsValidLogo(FileName: string): Promise<ExitCode> {
} }
let fileTypeSuffixes; let fileTypeSuffixes;
let filePathFolderPrefixes = ["Logos","Logo"]; let filePathFolderPrefixes = ["Logos","Solutions"];
let fileKinds = ["Added","Modified"]; let fileKinds = ["Added","Modified"];
let CheckOptions = { let CheckOptions = {
onCheckFile: (filePath: string) => { onCheckFile: (filePath: string) => {