mirror of
https://github.com/oven-sh/bun
synced 2026-02-16 13:51:47 +00:00
implement node:cluster (#11492)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com> Co-authored-by: nektro <nektro@users.noreply.github.com> Co-authored-by: cirospaciari <ciro.spaciari@gmail.com>
This commit is contained in:
@@ -87,7 +87,6 @@ void JSNextTickQueue::drain(JSC::VM& vm, JSC::JSGlobalObject* globalObject)
|
||||
globalObject->m_asyncContextData.get()->putInternalField(vm, 0, jsUndefined());
|
||||
}
|
||||
auto* drainFn = internalField(2).get().getObject();
|
||||
|
||||
auto throwScope = DECLARE_THROW_SCOPE(vm);
|
||||
MarkedArgumentBuffer drainArgs;
|
||||
JSC::call(globalObject, drainFn, drainArgs, "Failed to drain next tick queue"_s);
|
||||
|
||||
Reference in New Issue
Block a user