mirror of
https://github.com/Alishahryar1/free-claude-code.git
synced 2026-04-28 11:30:03 +00:00
lint
This commit is contained in:
parent
1b5c0df15c
commit
fabca59f5c
13 changed files with 135 additions and 97 deletions
|
|
@ -137,9 +137,7 @@ class CLISession:
|
|||
line = buffer[:newline_pos]
|
||||
buffer = buffer[newline_pos + 1 :]
|
||||
|
||||
line_str = line.decode(
|
||||
"utf-8", errors="replace"
|
||||
).strip()
|
||||
line_str = line.decode("utf-8", errors="replace").strip()
|
||||
if line_str:
|
||||
async for event in self._handle_line_gen(
|
||||
line_str, session_id_extracted
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue