Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
maximkin7 committed Dec 6, 2019
1 parent 575d863 commit c41da79
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/v8runner.os
Original file line number Diff line number Diff line change
Expand Up @@ -1796,7 +1796,11 @@

СтрокаЗапуска = СтрокаЗапуска + " " + Параметр;

Если Лев(Параметр, 2) <> "/P" и Лев(Параметр, 25) <> "/ConfigurationRepositoryP" Тогда
Если Лев(Параметр, 2) = "/P" Тогда
СтрокаДляЛога = СтрокаДляЛога + " " + "/P********";
ИначеЕсли Лев(Параметр, 25) = "/ConfigurationRepositoryP" Тогда
СтрокаДляЛога = СтрокаДляЛога + " " + "/ConfigurationRepositoryP********";
Иначе
СтрокаДляЛога = СтрокаДляЛога + " " + Параметр;
КонецЕсли;

Expand Down

0 comments on commit c41da79

Please sign in to comment.