Skip to content

Commit 6dac337

Browse files
committed
fix: 尊重 perf report 的自定义配置目录
1 parent 34b3dc9 commit 6dac337

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/commands/perf-issue/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ function sanitizeErrorMessage(msg: string): string {
101101
}
102102

103103
function getPerfReportDir(): string {
104-
return join(homedir(), '.claude', 'perf-reports')
104+
return join(getClaudeConfigHomeDir(), 'perf-reports')
105105
}
106106

107107
function getTranscriptPath(): string {

0 commit comments

Comments
 (0)