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

feat: pass detached option in exec #50

Closed
wants to merge 1 commit into from
Closed

Conversation

imurchie
Copy link
Contributor

Pass through the detached option to child_process.spawn inside exec.

This, at the very least, will allow us to bypass the error currently happening where idb kill kills the process (and, because they are attached, the appium process).

See appium/appium-idb#18

@mykola-mokhnach
Copy link
Contributor

Can we also add it to the documentation?

cwd: opts.cwd,
env: opts.env,
shell: opts.shell,
detached: opts.detached,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

detached processes should never use STDIO, can it be the case here?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can it be the case that they use stdio? In general? Most likely.

In the particular case I currently need it? No.

@boneskull boneskull closed this Dec 2, 2022
@mykola-mokhnach mykola-mokhnach deleted the isaac-detached branch December 7, 2023 23:16
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.

4 participants