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

feat: add wait for windows start cmd #35

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

Conversation

heidingeww
Copy link

No description provided.

@heidingeww
Copy link
Author

Open waits for the open command to complete. In reality, that means to wait for the open command to complete and not what it opens. The open command is using run32dll and when that completes, the app can still be running. It causes a race condition.

My fix with start /wait filename will fix this.

@dolmen
Copy link

dolmen commented Jul 16, 2024

This is a major behavior change.

This should instead be implemented as a separate function, and implementations for the other operating systems should be provided.

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.

2 participants