Skip to content

Commit

Permalink
Экранирование ошибки сонара из-за вызова БСП
Browse files Browse the repository at this point in the history
  • Loading branch information
thvvmas committed Nov 18, 2024
1 parent cce8093 commit 7b34469
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -657,7 +657,9 @@
НачалоВызова = ТекущаяДатаСеанса();
КонецЕсли;

// BSLLS:ExternalAppStarting-off
Результат = пбп_ФайловаяСистемаПереадресация.ЗапуститьПрограмму(ИтоговаяКоманда, ПараметрыЗапускаКоманды);
// BSLLS:ExternalAppStarting-on

Если СтруктураИстории <> Неопределено Тогда
СтруктураИстории.ДлительностьВызова = ТекущаяДатаСеанса() - НачалоВызова;
Expand Down

0 comments on commit 7b34469

Please sign in to comment.