Skip to content

fix: allow daemons on Windows #462

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

Merged
merged 1 commit into from
Jun 7, 2024
Merged

Conversation

thedadams
Copy link
Contributor

Windows won't allow the forked command to start while stdin is being held open. This means that daemons won't work on Windows. This fix bypasses this by not providing os.Stdin to the forked command.

Windows won't allow the forked command to start while stdin is being
held open. This means that daemons won't work on Windows. This fix
bypasses this by not providing os.Stdin to the forked command.

Signed-off-by: Donnie Adams <[email protected]>
@thedadams thedadams merged commit 02170de into gptscript-ai:main Jun 7, 2024
2 checks passed
@thedadams thedadams deleted the windows-ui branch June 7, 2024 20:53
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.

1 participant