mirror of
https://github.com/oven-sh/bun
synced 2026-02-12 20:09:04 +00:00
rm
This commit is contained in:
@@ -269,7 +269,6 @@ ExceptionOr<void> Worker::postMessage(JSC::JSGlobalObject& state, JSC::JSValue m
|
||||
|
||||
void Worker::terminate()
|
||||
{
|
||||
// m_contextProxy.terminateWorkerGlobalScope();
|
||||
m_terminationFlags.fetch_or(TerminateRequestedFlag);
|
||||
|
||||
if (ScriptExecutionContext::getScriptExecutionContext(m_clientIdentifier)) {
|
||||
|
||||
Reference in New Issue
Block a user