mirror of
https://github.com/TeaOSLab/EdgeAPI.git
synced 2025-12-25 14:36:35 +08:00
优化代码
This commit is contained in:
@@ -101,7 +101,7 @@ func (this *Updater) loop() error {
|
||||
if chunk == nil {
|
||||
continue
|
||||
}
|
||||
_, err = fp.Write([]byte(chunk.Data))
|
||||
_, err = fp.Write(chunk.Data)
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user