mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-14 18:01:20 +08:00
74ef1b60b9
`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.