提交 10c2f55e 编写于 作者: S Sandeep Somavarapu

fix strict null check

上级 ecd66fdf
......@@ -92,7 +92,7 @@ class ViewContainersRegistryImpl implements IViewContainersRegistry {
const viewContainer = new class extends ViewContainer {
constructor() {
super(id, hideIfEmpty, extensionId);
super(id, !!hideIfEmpty, extensionId);
}
};
this.viewContainers.set(id, viewContainer);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册