Files
Vance Ingalls 74ef1b60b9 fix(cli): give the Windows browser-path hint its PowerShell form too
`set VAR=value` is cmd.exe syntax. In PowerShell `set` resolves to the
Set-Variable alias, which creates a shell variable rather than an environment
one — it never reaches the spawned browser, so a PowerShell user follows the
hint exactly and sees the same crash. Both forms are now printed.

The hint only renders on win32, so its text was unasserted on Linux CI. Added
a case that pins `process.platform` for the call and checks both forms are
present.
2026-08-21 00:12:58 -07:00
..
2026-08-20 21:47:29 -07:00
2026-08-20 21:47:29 -07:00
2026-08-20 21:47:29 -07:00
2026-08-20 21:47:29 -07:00
2026-08-20 21:47:29 -07:00
2026-08-20 21:47:29 -07:00