mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-26 10:05:51 +00:00
style: 完成所有文件的lint
This commit is contained in:
@@ -83,9 +83,7 @@ export const getDebugFilter = memoize((): DebugFilter | null => {
|
||||
})
|
||||
|
||||
export const isDebugToStdErr = memoize((): boolean => {
|
||||
return (
|
||||
process.argv.includes('--debug-to-stderr')
|
||||
)
|
||||
return process.argv.includes('--debug-to-stderr')
|
||||
})
|
||||
|
||||
export const getDebugFilePath = memoize((): string | null => {
|
||||
|
||||
Reference in New Issue
Block a user