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 107ee06 commit 9a2afd9Copy full SHA for 9a2afd9
1 file changed
typescript/src/decorateProxy.ts
@@ -92,9 +92,7 @@ export const decorateLanguageService = (
92
prevCompletionsAdditionalData = result.prevCompletionsAdditionalData
93
return result.completions
94
} catch (err) {
95
- setTimeout(() => {
96
- throw err as Error
97
- })
+ console.error(err)
98
return {
99
entries: [
100
{
0 commit comments