We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93c13e2 commit ac88d66Copy full SHA for ac88d66
src/core/webview/ClineProvider.ts
@@ -1822,9 +1822,7 @@ export class ClineProvider
1822
try {
1823
cloudOrganizations = await CloudService.instance.getOrganizationMemberships()
1824
} catch (error) {
1825
- console.error(
1826
- `[getStateToPostToWebview] failed to get cloud organizations: ${error instanceof Error ? error.message : String(error)}`,
1827
- )
+ // Ignore this error.
1828
}
1829
1830
const telemetryKey = process.env.POSTHOG_API_KEY
0 commit comments