2
0
ncannasse 9 жил өмнө
parent
commit
1c06e95324

+ 1 - 0
hxd/net/PropInspector.hx

@@ -67,6 +67,7 @@ class PropInspector extends cdb.jq.Client {
 	}
 
 	function connect() {
+		if( sock == null ) return; // was closed
 		sock.close();
 		sock.connect(host, port, function() {
 			connected = true;