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

Working with child_process and terminal color #828

Merged
merged 5 commits into from
Nov 30, 2024
Merged

Conversation

Kitenite
Copy link
Contributor

@Kitenite Kitenite commented Nov 29, 2024

Description

Remove the node-pty dependency and use child_process instead. This turns the terminal into and i/o thread instead of a "terminal". This allows us to listen to stderr but makes it harder to simulate other terminal behaviors.
It also remove the potential build issues posed by node-gyp.

What is the purpose of this pull request?

  • New feature
  • Documentation update
  • Bug fix
  • Refactor
  • Release
  • Other

@Kitenite Kitenite merged commit 8792b2b into main Nov 30, 2024
@Kitenite Kitenite changed the title Working with child_process Working with child_process and terminal color Nov 30, 2024
@Kitenite Kitenite deleted the bugs/remove-pty branch December 15, 2024 17:17
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