-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Persistent command window shown when launching from console #714
Comments
The root cause is
But the feature is enabled only on Windows, I printed out the value in
And I can't find the where the feature get enabled in the code. Although we can manually disable it in |
it is because
in testing/variations/fieldtrial_testing_config.json |
I feel like we should skip field trials in Brave, otherwise we'll end up with hard-to-repro scenarios. |
now it is all platforms |
Verification passed on
Used Test Plan from brave/brave-core#945
|
Description
Persistent command window shown when launching from console
Steps to Reproduce
npm run start Release
in agit bash
windowActual result:
Expected result:
Should not retain the command prompt. after browser is launched
Reproduces how often:
100% on Windows
Brave version (about:brave info)
master
Reproducible on current release:
N/A
Website problems only:
Additional Information
cc: @emerick @bbondy
The text was updated successfully, but these errors were encountered: