Skip to content

Commit

Permalink
Update Worker.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
dylan-conway committed Aug 8, 2023
1 parent 511f6bd commit 4544070
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/bun.js/bindings/webcore/Worker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,6 @@ ExceptionOr<void> Worker::postMessage(JSC::JSGlobalObject& state, JSC::JSValue m

void Worker::terminate()
{
printf("terminate\n");
// m_contextProxy.terminateWorkerGlobalScope();
m_wasTerminated = true;
WebWorker__terminate(impl_);
Expand Down

0 comments on commit 4544070

Please sign in to comment.