mirror of
https://github.com/coder/code-server.git
synced 2025-08-02 05:52:25 +08:00
Add some debug logging
This commit is contained in:
@ -198,7 +198,7 @@ export const handleNewServer = (connection: SendableConnection, newServer: NewSe
|
||||
const sm = new ServerMessage();
|
||||
sm.setServerFailure(sf);
|
||||
connection.send(sm.serializeBinary());
|
||||
|
||||
|
||||
onExit();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user