Skip to content

Commit 59f6666

Browse files
committed
Merge branch 'release/0.10.1'
2 parents af1c274 + e48e151 commit 59f6666

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packagedef

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
Описание.Имя("v8runner")
3-
.Версия("0.10")
3+
.Версия("0.10.1")
44
.ЗависитОт("asserts")
55
.ЗависитОт("fs")
66
.ЗависитОт("logos")

src/v8runner.os

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -765,7 +765,7 @@
765765
ПараметрыСвязиСБазой.Добавить("-Server");
766766
КонецЕсли;
767767
Если ИмяРасширения <> "" Тогда
768-
ПараметрыСвязиСБазой.Добавить("Extension " + ИмяРасширения);
768+
ПараметрыСвязиСБазой.Добавить("-Extension " + ИмяРасширения);
769769
КонецЕсли;
770770

771771
ВыполнитьКоманду(ПараметрыСвязиСБазой);

0 commit comments

Comments
 (0)