mirror of https://github.com/helix-editor/helix
fix freeze with lldb terminated event
parent
09c994a97a
commit
c09b15197b
|
@ -541,7 +541,7 @@ pub mod events {
|
||||||
Stopped(Stopped),
|
Stopped(Stopped),
|
||||||
Continued(Continued),
|
Continued(Continued),
|
||||||
Exited(Exited),
|
Exited(Exited),
|
||||||
Terminated(Terminated),
|
Terminated(Option<Terminated>),
|
||||||
Thread(Thread),
|
Thread(Thread),
|
||||||
Output(Output),
|
Output(Output),
|
||||||
Breakpoint(Breakpoint),
|
Breakpoint(Breakpoint),
|
||||||
|
|
Loading…
Reference in New Issue