Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Перехватываем вывод независимо от наличия ошибок #800

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from

Conversation

kuntashov
Copy link
Contributor

Вывод выполнения консольного приложения возвращается независимо от того, выполнилось приложение с ошибками или нет.

Closes #799

@vanessa-opensource/Collaborators - просьба прокомментировать и проверить

Вывод выполнения консольного приложения возвращался
независимо от того, выполнилось приложение с ошибками
или нет.

Closes vanessa-opensource#799
Copy link
Collaborator

@artbear artbear left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kuntashov ты добьешь ПР #800 с кавычками?
6 или 7 кавычек подряд )

@kuntashov
Copy link
Contributor Author

@kuntashov ты добьешь ПР #800 с кавычками?
6 или 7 кавычек подряд )

Исправил в 5586e99

@@ -511,4 +513,9 @@

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

Функция ФайлСуществует(Путь)
Файл = Новый Файл(Путь);
Возврат Файл.Существует() И Файл.ЭтоФайл();
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

к сожалению, в режиме асинхронности нельзя юзать синхронные методы Файл.Существует и ЭтоФайл (

Поэтому я делал обходной маневр и не проверяю наличие файла, по возможности.

предлагаю и здесь отказаться от этих методов и сразу читать файл

@artbear artbear modified the milestones: 6.7.0, next, 6.9.0 Nov 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment