mirror of
https://github.com/coder/code-server.git
synced 2026-05-07 21:07:26 +02: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