Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitccd9d45

Browse files
mizchiclaude
andcommitted
fix: correct parameter name from filePath to relativePath in check-examples
- Fix lsp_get_diagnostics tool argument from filePath to relativePath- This should resolve the CI failure for example tests🤖 Generated with [Claude Code](https://claude.ai/code)Co-Authored-By: Claude <noreply@anthropic.com>
1 parent1c7097b commitccd9d45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎scripts/check-examples.ts‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ async function testProjectDiagnostics(
114114
name:"lsp_get_diagnostics",
115115
arguments:{
116116
root:projectPath,
117-
filePath:testFile,
117+
relativePath:testFile,
118118
},
119119
}))as{content:Array<{type:string;text:string}>};
120120

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp