mirror of
https://github.com/microsoft/vscode.git
synced 2026-06-29 19:06:00 +01:00
3a2257beca
The getEnv.mts error handler only used console.error (stderr), which gets swallowed by the npm/PowerShell chain on Windows CI agents. Add a console.log call so the error message appears in Azure DevOps logs. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>