fix crash
This commit is contained in:
parent
c4913fa897
commit
ad846b90d4
@ -316,7 +316,7 @@ void MainWindow::LaunchProcess()
|
|||||||
|
|
||||||
void MainWindow::DetachProcess()
|
void MainWindow::DetachProcess()
|
||||||
{
|
{
|
||||||
Host::DetachProcess(GetSelectedProcessId());
|
try { Host::DetachProcess(GetSelectedProcessId()); } catch (std::out_of_range) {}
|
||||||
}
|
}
|
||||||
|
|
||||||
void MainWindow::AddHook()
|
void MainWindow::AddHook()
|
||||||
|
Loading…
Reference in New Issue
Block a user