mirror of
https://github.com/oven-sh/bun
synced 2026-02-16 13:51:47 +00:00
fix declare
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user