Fix/exit display (#4)

* fix exit output
This commit is contained in:
David Beesley
2026-01-18 10:41:57 +13:00
committed by GitHub
parent b800ec12b9
commit c7ab4aa06b
2 changed files with 24 additions and 4 deletions

View File

@@ -353,6 +353,7 @@ impl Proxy {
write_all(stdout_fd, &self.sync_buffer)?;
}
self.sync_buffer.clear();
Ok(())
}