Skip to content

Commit

Permalink
Update Утилиты.os
Browse files Browse the repository at this point in the history
  • Loading branch information
Bayselonarrend committed Apr 10, 2024
1 parent dcf30cc commit 4a69835
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cli/tools/Modules/Утилиты.os
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@
ПолучитьСтроку(Значение);

Если Не ЗначениеЗаполнено(ИскомыйПараметр) Тогда
Сообщить(ПеременнаяСреды + Символы.ПС, СтатусСообщения.Информация);
Сообщить(Значение, СтатусСообщения.Внимание);
Сообщить(ПеременнаяСреды .ПС, СтатусСообщения.Информация);
Сообщить(Значение + Символы.ПС, СтатусСообщения.Внимание);
Иначе

Если ПеременнаяСреды = ИскомыйПараметр Тогда
Expand Down

0 comments on commit 4a69835

Please sign in to comment.