mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
Fix bun --inspect-brk hanging (#18362)
This commit is contained in:
@@ -52,7 +52,7 @@ public:
|
||||
void pauseWaitingForAutomaticInspection() override
|
||||
{
|
||||
}
|
||||
void unpauseForInitializedInspector()
|
||||
void unpauseForResolvedAutomaticInspection() override
|
||||
{
|
||||
if (waitingForConnection) {
|
||||
waitingForConnection = false;
|
||||
|
||||
Reference in New Issue
Block a user