You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/worker.js
+2-2
Original file line number
Diff line number
Diff line change
@@ -249,8 +249,8 @@ function handleMessage(e) {
249
249
// and let the top level handler propagate it back to the main thread.
250
250
throwex;
251
251
}
252
-
#if ASSERTIONS
253
-
err('Pthread 0x'+Module['_pthread_self']().toString(16)+' completed its main entry point with an `unwind`, keeping the worker alive for asynchronous operation.');
252
+
#if RUNTIME_DEBUG
253
+
dbg('Pthread 0x'+Module['_pthread_self']().toString(16)+' completed its main entry point with an `unwind`, keeping the worker alive for asynchronous operation.');
254
254
#endif
255
255
}
256
256
}elseif(e.data.cmd==='cancel'){// Main thread is asking for a pthread_cancel() on this thread.
0 commit comments