From a92755abd30df47d3625c00b8ea17dcd9af93b54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sosth=C3=A8ne=20Gu=C3=A9don?= Date: Wed, 25 Jan 2023 09:40:10 +0100 Subject: [PATCH] Add error message to panic --- src/pipe.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pipe.rs b/src/pipe.rs index cc0cbfd..dce6ab7 100644 --- a/src/pipe.rs +++ b/src/pipe.rs @@ -362,7 +362,7 @@ where } if self.outbox.is_some() { - panic!(); + panic!("Full outbox"); } // if let Some(message) = self.interchange.response() {