mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-18 22:35:51 +00:00
style: 完成所有文件的lint
This commit is contained in:
@@ -41,9 +41,7 @@ export function getPipeRelay(): PipeRelayFn | null {
|
||||
return _pipeRelay
|
||||
}
|
||||
|
||||
function getPipeSender():
|
||||
| ((message: PipeMessage) => void)
|
||||
| null {
|
||||
function getPipeSender(): ((message: PipeMessage) => void) | null {
|
||||
return _pipeRelay ?? null
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user