mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-04 11:27:46 +03:00
fix freeze with lldb terminated event
This commit is contained in:
parent
09c994a97a
commit
c09b15197b
1 changed files with 1 additions and 1 deletions
|
@ -541,7 +541,7 @@ pub mod events {
|
|||
Stopped(Stopped),
|
||||
Continued(Continued),
|
||||
Exited(Exited),
|
||||
Terminated(Terminated),
|
||||
Terminated(Option<Terminated>),
|
||||
Thread(Thread),
|
||||
Output(Output),
|
||||
Breakpoint(Breakpoint),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue