提交 442cf886 编写于 作者: I isidor

fix strict null check

上级 073aba19
......@@ -87,7 +87,7 @@ class ResourceLabelFormattersHandler implements IWorkbenchContribution {
this.formattersDisposables.set(formatter, labelService.registerFormatter(formatter));
}));
delta.removed.forEach(removed => removed.value.forEach(formatter => {
this.formattersDisposables.get(formatter).dispose();
this.formattersDisposables.get(formatter)!.dispose();
}));
});
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册