mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-04-17 07:33:27 +08:00
docs: address Korean translation review feedback
This commit is contained in:
@@ -533,7 +533,8 @@ func ProcessRequest(data []byte) []byte {
|
||||
|
||||
buf.Write(data)
|
||||
// Process...
|
||||
return buf.Bytes()
|
||||
out := append([]byte(nil), buf.Bytes()...)
|
||||
return out
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user