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

fix(code-exec): wait for code execution process to exit completely #250

Merged

Conversation

dmackdev
Copy link
Contributor

@dmackdev dmackdev commented May 26, 2024

Fixes #247.

This PR ensures we wait for the code execution process to completely exit, when determining its exit status. This way, we do not erroneously show the [finished with error] output when the process had not exited yet.

@dmackdev dmackdev marked this pull request as ready for review May 26, 2024 09:57
@mfontanini mfontanini merged commit ecf5e65 into mfontanini:master May 26, 2024
6 checks passed
@mfontanini
Copy link
Owner

Thanks!

@dmackdev dmackdev deleted the fix/wait-for-code-exec-process-to-exit branch May 26, 2024 13:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unfinished code execution reports as [finished with error]
2 participants