ncannasse 9 年 前
コミット
1c06e95324
1 ファイル変更1 行追加0 行削除
  1. 1 0
      hxd/net/PropInspector.hx

+ 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;