mirror of
https://github.com/Qv2ray/Qv2ray.git
synced 2025-05-20 10:50:23 +08:00
fix: sorry WinAPI you are the boss
This commit is contained in:
parent
43773fb6a0
commit
d4147ffdc4
@ -1 +1 @@
|
||||
5686
|
||||
5687
|
||||
|
@ -29,7 +29,9 @@ void signalHandler(int signum)
|
||||
filePath;
|
||||
QvMessageBoxWarn(nullptr, "UNCAUGHT EXCEPTION", message);
|
||||
}
|
||||
#ifndef Q_OS_WIN
|
||||
kill(getpid(), SIGKILL);
|
||||
#endif
|
||||
}
|
||||
exit(-99);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user