Kill job on failure

This commit is contained in:
Alexander
2024-12-31 23:11:38 +00:00
parent d274be0842
commit 9237818eb9

View File

@@ -30,6 +30,7 @@ HANDLE job;
void Exit()
{
std::cout << "Press any key to exit.\n";
TerminateJobObject(job, 0);
_getch();
}