Skip to content

Commit

Permalink
https://github.com/autumn-library/winow/issues/58
Browse files Browse the repository at this point in the history
  • Loading branch information
Nivanchenko committed Dec 11, 2023
1 parent 11d7979 commit c5beda2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packagedef
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@


Описание.Имя("winow")
.Версия("0.5.5")
.Версия("0.5.6")
.Автор("Никита Иванченко")
.АдресАвтора("https://github.com/Nivanchenko")
.Описание("Минималистичный веб-сервер на нативном OneScript")
Expand Down
3 changes: 2 additions & 1 deletion src/Классы/ДанныеСоставнойФормы.os
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@

Результат = НайтиДанныеПоМетаданным(Отбор);

Если Результат = Неопределено Тогда
Если Результат = Неопределено
ИЛИ (НЕ Результат = Неопределено и Результат.Значение = Неопределено) Тогда
Возврат Неопределено;
Иначе
Возврат ПолучитьСтрокуИзДвоичныхДанных(Результат.Значение);
Expand Down

0 comments on commit c5beda2

Please sign in to comment.