Skip to content
New issue

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

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

Already on GitHub? # to your account

Use native child_process #16

Merged
merged 2 commits into from
Dec 27, 2017
Merged

Use native child_process #16

merged 2 commits into from
Dec 27, 2017

Conversation

Arcanemagus
Copy link
Owner

Since this utility is meant to be run from a CLI environment, there is no need for the advanced environment fixing done in sb-exec to work around empty environments in GUI apps. Move to using the native child_process module directly, wrapped in a promise through util.promisify.

Fixes #15.

Somewhat arbitrary, but this is the current LTS release and allows some
nice features.
Since this utility is meant to be run from a CLI environment, there is
no need for the advanced environment fixing done in `sb-exec` to work
around empty environments in GUI apps. Move to using the native
`child_process` module directly, wrapped in a promise through
`util.promisify`.

Fixes #15.
@Arcanemagus Arcanemagus merged commit efbf789 into master Dec 27, 2017
@Arcanemagus Arcanemagus deleted the simple-exec branch December 27, 2017 18:43
@Arcanemagus
Copy link
Owner Author

🎉 This PR is included in version 1.1.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use a simpler execution library
1 participant