Skip to content

Commit

Permalink
fix: add catch
Browse files Browse the repository at this point in the history
  • Loading branch information
晓康 committed Oct 11, 2024
1 parent 08b39be commit 57f8d18
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/monaco-plugin-ob/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oceanbase-odc/monaco-plugin-ob",
"version": "1.3.0",
"version": "1.3.1",
"description": "",
"main": "dist/index.js",
"scripts": {
Expand Down
2 changes: 2 additions & 0 deletions packages/monaco-plugin-ob/src/inlineCompletion/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ class MonacoInlineComplete implements monaco.languages.InlineCompletionsProvider
]
}
)
}).catch(e => {
console.log('inline completion: ', e)
})
}
}
Expand Down

0 comments on commit 57f8d18

Please sign in to comment.