mirror of https://github.com/AxioDL/logvisor.git
Add emscripten logvisorAbort
This commit is contained in:
parent
6926b6a7c9
commit
208a8c1f84
|
@ -180,6 +180,10 @@ void KillProcessTree() {
|
|||
nvExit();
|
||||
exit(1);
|
||||
}
|
||||
#elif defined(EMSCRIPTEN)
|
||||
[[noreturn]] void logvisorAbort() {
|
||||
abort();
|
||||
}
|
||||
#else
|
||||
|
||||
void KillProcessTree() {}
|
||||
|
|
Loading…
Reference in New Issue