Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Don't disconnect inspector when frontend connects
This seems incorrect: we disconnect the inspector in the callback for the frontend being connected. It leads to isConnected_ being false when we actually go to send the console.log messages to the frontend. However, I'm not 100% sure whether this is the correct fix. Please check carefully.
- Loading branch information