From fd1df3f892fee162f0c49619cfa780498a201e82 Mon Sep 17 00:00:00 2001 From: Alistair Smith Date: Fri, 13 Feb 2026 13:44:44 -0800 Subject: [PATCH] fix declare --- src/bun.js/bindings/BunDebugger.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bun.js/bindings/BunDebugger.cpp b/src/bun.js/bindings/BunDebugger.cpp index baa0de4534..78bb54a03f 100644 --- a/src/bun.js/bindings/BunDebugger.cpp +++ b/src/bun.js/bindings/BunDebugger.cpp @@ -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) {