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:
@@ -9,7 +9,7 @@
|
||||
*/
|
||||
export function debugMock() {
|
||||
return {
|
||||
getMinDebugLogLevel: () => "debug" as const,
|
||||
getMinDebugLogLevel: () => 'debug' as const,
|
||||
isDebugMode: () => false,
|
||||
enableDebugLogging: () => false,
|
||||
getDebugFilter: () => null,
|
||||
@@ -19,7 +19,7 @@ export function debugMock() {
|
||||
getHasFormattedOutput: () => false,
|
||||
flushDebugLogs: async () => {},
|
||||
logForDebugging: () => {},
|
||||
getDebugLogPath: () => "/tmp/mock-debug.log",
|
||||
getDebugLogPath: () => '/tmp/mock-debug.log',
|
||||
logAntError: () => {},
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user