Compare commits

...

3 Commits

Author SHA1 Message Date
Meghan Denny
7b566e2cfc Revert "yay"
This reverts commit 6ae4158762.
2025-03-21 13:52:15 -07:00
chloe caruso
6ae4158762 yay 2025-03-21 13:40:51 -07:00
190n
8dc95b041a Fix bun --inspect-brk hanging (#18362) 2025-03-21 13:35:39 -07:00

View File

@@ -52,7 +52,7 @@ public:
void pauseWaitingForAutomaticInspection() override
{
}
void unpauseForInitializedInspector()
void unpauseForResolvedAutomaticInspection() override
{
if (waitingForConnection) {
waitingForConnection = false;