Skip to content

Commit 4593d72

Browse files
committed
Merge branch 'release/1.0.1'
2 parents 55bd937 + 8a684e3 commit 4593d72

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
test-reports/*
1+
test-reports/*
2+
*.ospx

packagedef

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

22
Описание.Имя("v8runner")
3-
.Версия("1.0.0")
3+
.Версия("1.0.1")
44
.ВерсияСреды("1.0.17")
55
.ЗависитОт("asserts", "0.4.0")
66
.ЗависитОт("fs", "0.5.0")

src/v8config-file.os

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
Процедура Открыть(Знач Путь) Экспорт
1414

15-
ЧтениеТекста = Новый ЧтениеТекста(Путь);
15+
ЧтениеТекста = Новый ЧтениеТекста(Путь,,,,Ложь);
1616

1717
мСодержимое = Новый Соответствие;
1818

0 commit comments

Comments
 (0)