Skip to content
This repository has been archived by the owner on May 25, 2021. It is now read-only.

Commit

Permalink
#3 Which
Browse files Browse the repository at this point in the history
  • Loading branch information
nixel2007 committed Jan 30, 2018
1 parent 98560d3 commit 72968ce
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/cmd/Классы/КомандаWhich.os
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#Использовать "../../core"

Перем ВерсииOneScript;
Перем Лог;

Процедура ОписаниеКоманды(КомандаПриложения) Экспорт

Expand All @@ -14,8 +15,9 @@

ПутьКУстановленнойВерсии = ВерсииOneScript.ПолучитьПутьКУстановленнойВерсии(ИскомаяВерсия);

Сообщить(ПутьКУстановленнойВерсии);
Лог.Информация(ПутьКУстановленнойВерсии);

КонецПроцедуры

ВерсииOneScript = Новый ВерсииOneScript();
Лог = ПараметрыOVM.ПолучитьЛог();

0 comments on commit 72968ce

Please sign in to comment.