Skip to content

Commit

Permalink
Исправить vanessa-opensource#1137 Ошибка при вызове метода контекста …
Browse files Browse the repository at this point in the history
…(Свойство)
  • Loading branch information
VladFrost authored Apr 4, 2024
1 parent ac2230b commit 5376dd0
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions epf/xddTestRunner/xddTestRunner/Ext/ObjectModule.bsl
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,9 @@

Имя = Плагины[Имя];

//Результат = Плагины[Имя];
//Если ТипЗнч(Результат) <> Тип("Строка") Тогда
// Возврат Результат;
//КонецЕсли;
Если ТипЗнч(Имя) <> Тип("Строка") Тогда
Возврат Имя;
КонецЕсли;
КонецЕсли;

//Если ТипЗнч(Плагин) = Тип("Строка") Тогда
Expand Down

0 comments on commit 5376dd0

Please sign in to comment.