mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-30 08:04:09 +00:00
This change moves informational command outputs from console.log (prints on stdout) to console.warn/console.error (prints on stderr) to enable stdout processing in pipelines. Co-authored-by: Anoop M D <anoop.md1421@gmail.com>