提交 18702b9a 编写于 作者: M Martin Aeschlimann

strict null fix

上级 9208b8d0
......@@ -314,7 +314,7 @@ class StatusBarEntryItem implements IStatusbarItem {
};
}
private applyColor(container: HTMLElement, color: string | ThemeColor, isBackground?: boolean): IDisposable {
private applyColor(container: HTMLElement, color: string | ThemeColor | undefined, isBackground?: boolean): IDisposable {
const disposable: IDisposable[] = [];
if (color) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册