handle promise catches

This commit is contained in:
Sahandevs 2021-02-07 21:27:21 +03:30
parent eb69f67ab7
commit 1d0e93b58e
4 changed files with 4 additions and 4 deletions

View file

@ -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");