mirror of
https://github.com/AxioDL/logvisor.git
synced 2025-12-09 21:48:06 +00:00
Add emscripten logvisorAbort
This commit is contained in:
@@ -180,6 +180,10 @@ void KillProcessTree() {
|
|||||||
nvExit();
|
nvExit();
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
|
#elif defined(EMSCRIPTEN)
|
||||||
|
[[noreturn]] void logvisorAbort() {
|
||||||
|
abort();
|
||||||
|
}
|
||||||
#else
|
#else
|
||||||
|
|
||||||
void KillProcessTree() {}
|
void KillProcessTree() {}
|
||||||
|
|||||||
Reference in New Issue
Block a user