Skip to content

Commit

Permalink
fix(tui): stop the event handler on quit (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun authored Sep 17, 2024
1 parent c5c0e35 commit d42b670
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ pub fn start_tui(analyzer: Analyzer, args: Args) -> Result<()> {
}
if !args.files.is_empty() {
tui.exit()?;
state.running = false;
run(args)?;
}
}
Expand Down

0 comments on commit d42b670

Please sign in to comment.