mirror of
https://github.com/Ylianst/MeshAgent
synced 2025-12-15 07:43:50 +00:00
MeshAgent for MeshCentral2 Beta2 with improved crypto.
This commit is contained in:
@@ -397,6 +397,8 @@ void ILibDuktape_Process_UncaughtExceptionEx(duk_context *ctx, char *format, ...
|
||||
void *j = ILibDuktape_GetProcessObject(ctx);
|
||||
ILibDuktape_EventEmitter *emitter;
|
||||
|
||||
if (strcmp(errmsg, "Process.exit() forced script termination") == 0) { return; }
|
||||
|
||||
duk_push_heapptr(ctx, j); // [process]
|
||||
emitter = ILibDuktape_EventEmitter_GetEmitter_fromCurrent(ctx);
|
||||
duk_pop(ctx); // ...
|
||||
|
||||
Reference in New Issue
Block a user