mirror of
https://github.com/usebruno/bruno.git
synced 2025-08-04 20:59:28 +02: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>