mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
clang fmt github action (#13724)
This commit is contained in:
@@ -37,7 +37,7 @@ using namespace JSC;
|
||||
JSValue JSReadableStreamSource::start(JSGlobalObject& lexicalGlobalObject, CallFrame& callFrame, Ref<DeferredPromise>&& promise)
|
||||
{
|
||||
VM& vm = lexicalGlobalObject.vm();
|
||||
|
||||
|
||||
// FIXME: Why is it ok to ASSERT the argument count here?
|
||||
ASSERT(callFrame.argumentCount());
|
||||
JSReadableStreamDefaultController* controller = jsDynamicCast<JSReadableStreamDefaultController*>(callFrame.uncheckedArgument(0));
|
||||
|
||||
Reference in New Issue
Block a user