-
Notifications
You must be signed in to change notification settings - Fork 1k
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
[Tech debt]: Re-enable telemetry for windows #5901
Comments
Node added a windowHide option child_process.spawn(cmd, args, { shell: true, detached: true, windowsHide: true }) so some how in However I have read that its "On Windows, however, .bat and .cmd files are not executable on their own without a terminal" from the Node docs |
@Gresliebear thanks for looking into this. We've tried |
Good Lord it looks like it has not been fixed since 2018 |
Haha hears windows XP shutdown sound. I think what we'll need to do is have a simple reproduction (without our CLI) - when I tried this, I couldn't get the windows to spawn... so I'm confused exactly what the problem is. Maybe it happens when you spawn in certain situations (e.g. through execa/yargs/something we use). |
What's not working?
We are disabling telemetry on Windows in #5899 - due to the terminal windows opening when using the CLI.
We need to renable telemetry, once we can workout a way of preventing the terminal windows spawining.
Related Issues
The text was updated successfully, but these errors were encountered: