提交 b1eb5402 编写于 作者: I isidor

fix strict null errors

上级 76bfcb0f
......@@ -104,7 +104,7 @@ export class LabelService implements ILabelService {
}
findFormatting(resource: URI): ResourceLabelFormatting | undefined {
let bestResult: ResourceLabelFormatter;
let bestResult: ResourceLabelFormatter | undefined;
this.formatters.forEach(formatter => {
if (formatter.scheme === resource.scheme) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册