少年修仙传客户端代码仓库
client_linchunjie
2018-08-14 c6689f941359227f0b99b20b9400ccbab81b671c
Utility/CompressUtility.cs
@@ -90,7 +90,7 @@
                _output.Flush();
            }
            catch (Exception e) {
                DesignDebug.LogFormat(e.Message);
                DebugEx.LogFormat(e.Message);
            }
            finally {
                if (_encoder != null) {
@@ -141,7 +141,7 @@
            }
            catch (Exception e) {
                DesignDebug.LogFormat(e.Message);
                DebugEx.LogFormat(e.Message);
            }
            finally {
                if (_decoder != null) {