You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(cli): print progress messages to a dedicated non-recording console
progress_cb was wired directly to console.print, the same recording
console save_report() exports from. The "Probing <target>:<port> for PQC
key exchange…" progress line was appended to the record buffer, so
--output files started with that line before the actual report.
0 commit comments