mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 13:51:31 +00:00
handle promise catches
This commit is contained in:
parent
eb69f67ab7
commit
1d0e93b58e
4 changed files with 4 additions and 4 deletions
|
@ -36,7 +36,7 @@ export function activateInlayHints(ctx: Ctx) {
|
|||
maybeUpdater.onConfigChange, maybeUpdater, ctx.subscriptions
|
||||
);
|
||||
|
||||
maybeUpdater.onConfigChange();
|
||||
maybeUpdater.onConfigChange().catch(console.error);
|
||||
}
|
||||
|
||||
const typeHints = createHintStyle("type");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue