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

Avoid using execSync or execFileSync #9

Open
BioPhoton opened this issue Sep 15, 2024 · 1 comment
Open

Avoid using execSync or execFileSync #9

BioPhoton opened this issue Sep 15, 2024 · 1 comment
Labels
🧹 maintenance Maintenance and cleanup 🔥 performance Performance related changes

Comments

@BioPhoton
Copy link
Contributor

As options we can:

  • use the existing executeProcess helper under utils or
  • implement a new helper based on execFile & promisify
@BioPhoton
Copy link
Contributor Author

@getlarge I added this one based on our yesterdays chat. If I miss something feel free to directly change the issue.

@BioPhoton BioPhoton added 🧹 maintenance Maintenance and cleanup 🔥 performance Performance related changes labels Sep 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🧹 maintenance Maintenance and cleanup 🔥 performance Performance related changes
Projects
None yet
Development

No branches or pull requests

1 participant