Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix debugger always opening
  • Loading branch information
Esemesek committed May 8, 2020
commit 9c3bb79e5d69ebb98e710a3377292eab179a4481
1 change: 1 addition & 0 deletions packages/cli-server-api/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ export function createDevServerMiddleware(options: MiddlewareOptions) {
'/message',
);
broadcast = messageSocket.broadcast;
isDebuggerConnected = debuggerProxy.isDebuggerConnected;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cc @fson the debugger connected state was not updated, likely an oversight when moving code around

const eventsSocket = eventsSocketServer.attachToServer(
server,
'/events',
Expand Down