Skip to content

Commit ecbef6e

Browse files
committed
Fix wrong heading level
1 parent a7a3ca5 commit ecbef6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/diagnostic.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ export async function runDiagnosticTool(_params: unknown): Promise<ToolResponse>
263263
`- Build Tools: ${!('error' in diagnosticInfo.xcode) ? '\u2705 Available' : '\u274c Not available'}`,
264264
`- UI Automation Tools: ${diagnosticInfo.features.idb.uiAutomationSupported ? '\u2705 Available' : '\u274c Not available'}`,
265265

266-
`\n### Sentry`,
266+
`\n## Sentry`,
267267
`- Sentry enabled: ${diagnosticInfo.environmentVariables.SENTRY_DISABLED !== 'true' ? '✅ Yes' : '❌ No'}`,
268268

269269
`\n## Troubleshooting Tips`,

0 commit comments

Comments
 (0)