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: use Bun to run wrapper process #16

Merged
merged 1 commit into from
Mar 19, 2024
Merged

fix: use Bun to run wrapper process #16

merged 1 commit into from
Mar 19, 2024

Conversation

hauleth
Copy link
Contributor

@hauleth hauleth commented Mar 19, 2024

This removes dependency on POSIX shell on development machine and will
use just Bun to run wrapper that will run Bun again, but now with a way
to automatically shut down it when the stdin closes.

This removes dependency on POSIX shell on development machine and will
use just Bun to run wrapper that will run Bun again, but now with a way
to automatically shut down it when the stdin closes.
@crbelaus
Copy link
Owner

I've been testing this today and it works great. Much simpler than what we had before and also removes the POSIX dependency.

Thanks a lot @hauleth 🌹

@crbelaus crbelaus merged commit 155f3e8 into crbelaus:main Mar 19, 2024
1 check passed
@crbelaus
Copy link
Owner

crbelaus commented Mar 19, 2024

I've just pushed a new version v1.2.0 of the library, including this fix.

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