mirror of
https://github.com/oven-sh/bun
synced 2026-02-15 05:12:29 +00:00
safety: a lot more exception checker progress (#20956)
This commit is contained in:
@@ -49,7 +49,7 @@ extern "C" JSC::EncodedJSValue BakeLoadInitialServerCode(GlobalObject* global, B
|
||||
args.append(JSC::jsBoolean(separateSSRGraph)); // separateSSRGraph
|
||||
args.append(Zig::ImportMetaObject::create(global, "bake://server-runtime.js"_s)); // importMeta
|
||||
|
||||
return JSC::JSValue::encode(JSC::profiledCall(global, JSC::ProfilingReason::API, fn, callData, JSC::jsUndefined(), args));
|
||||
RELEASE_AND_RETURN(scope, JSC::JSValue::encode(JSC::profiledCall(global, JSC::ProfilingReason::API, fn, callData, JSC::jsUndefined(), args)));
|
||||
}
|
||||
|
||||
extern "C" JSC::JSInternalPromise* BakeLoadModuleByKey(GlobalObject* global, JSC::JSString* key) {
|
||||
|
||||
Reference in New Issue
Block a user