diff --git a/frontends/rioterm/src/context/mod.rs b/frontends/rioterm/src/context/mod.rs index f1e54e9630..51140d25b1 100644 --- a/frontends/rioterm/src/context/mod.rs +++ b/frontends/rioterm/src/context/mod.rs @@ -197,6 +197,7 @@ pub fn create_mock_context( ); let terminal: Arc>> = Arc::new(FairMutex::new(terminal)); let (sender, _receiver) = corcovado::channel::channel(); + panic!("aaaaa"); Context { route_id,