Skip to content

Commit

Permalink
aaaa
Browse files Browse the repository at this point in the history
  • Loading branch information
raphamorim committed Dec 21, 2024
1 parent 4ddd40f commit 88e153c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontends/rioterm/src/context/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ pub fn create_mock_context<T: rio_backend::event::EventListener>(
);
let terminal: Arc<FairMutex<Crosswords<T>>> = Arc::new(FairMutex::new(terminal));
let (sender, _receiver) = corcovado::channel::channel();
panic!("aaaaa");

Context {
route_id,
Expand Down

0 comments on commit 88e153c

Please sign in to comment.