You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i was trying to test #455 in the builds only and it was difficult because there was no way to configure the browser not to open.
we should either add a config for this or detect it based on stdout.isTTY / process.env.CI /something else
The text was updated successfully, but these errors were encountered:
darcyclarke
changed the title
some way to detect or configure browser not to open
[FEATURE] Add some way to detect or configure browser not to open
Feb 24, 2025
This is not the first time this has broken which means it definitely
needs a test but that is blocked by #456. I've confirmed this fix works
for me locally and will test that the GUI works when bundled/compiled as
part of fixing #456.
i was trying to test #455 in the builds only and it was difficult because there was no way to configure the browser not to open.
we should either add a config for this or detect it based on
stdout.isTTY
/process.env.CI
/something elseThe text was updated successfully, but these errors were encountered: