fix declare

This commit is contained in:
Alistair Smith
2026-02-13 13:44:44 -08:00
parent 22ca21dce5
commit fd1df3f892

View File

@@ -973,6 +973,7 @@ void schedulePauseForConnectedSessions(JSC::VM& vm, bool isBootstrap)
// For idle VMs, RuntimeInspector::checkAndActivateInspector handles it via event loop.
extern "C" bool Bun__activateInspector();
extern "C" void Bun__setRuntimeInspectorActivated();
JSC::StopTheWorldStatus Bun__jsDebuggerCallback(JSC::VM& vm, JSC::StopTheWorldEvent event)
{