mirror of
https://github.com/coder/code-server.git
synced 2026-05-12 15:27:25 +02:00
Bit of cleanup, some test fixes, moving some funcs
This commit is contained in:
@@ -13,7 +13,6 @@ class Net implements NodeNet {
|
||||
) {}
|
||||
|
||||
public get Socket(): typeof net.Socket {
|
||||
// @ts-ignore
|
||||
return this.client.Socket;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user