mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-22 16:25:51 +00:00
style: 完成所有文件的lint
This commit is contained in:
@@ -10,8 +10,8 @@
|
||||
export function logMock() {
|
||||
return {
|
||||
logError: () => {},
|
||||
getLogDisplayTitle: () => "",
|
||||
dateToFilename: (d: Date) => d.toISOString().replace(/[:.]/g, "-"),
|
||||
getLogDisplayTitle: () => '',
|
||||
dateToFilename: (d: Date) => d.toISOString().replace(/[:.]/g, '-'),
|
||||
attachErrorLogSink: () => {},
|
||||
getInMemoryErrors: () => [] as Array<{ error: string; timestamp: string }>,
|
||||
loadErrorLogs: async () => [],
|
||||
|
||||
Reference in New Issue
Block a user