fix freeze with lldb terminated event

pull/574/head
Dmitry Sharshakov 2021-08-23 20:38:17 +03:00
parent 09c994a97a
commit c09b15197b
No known key found for this signature in database
GPG Key ID: 471FD32E15FD8473
1 changed files with 1 additions and 1 deletions

View File

@ -541,7 +541,7 @@ pub mod events {
Stopped(Stopped),
Continued(Continued),
Exited(Exited),
Terminated(Terminated),
Terminated(Option<Terminated>),
Thread(Thread),
Output(Output),
Breakpoint(Breakpoint),