提交 f4e8bdbd 编写于 作者: M Martin Aeschlimann

Bad string substitution "Problem loading theme: {0}". Fixes #13261

上级 71914b16
......@@ -53,7 +53,7 @@ class SelectColorThemeAction extends Action {
theme = currentTheme;
}
this.themeService.setColorTheme(theme.id, broadcast)
.done(null, err => this.messageService.show(Severity.Info, localize('problemChangingTheme', "Problem loading theme: {0}", err.message)));
.done(null, err => this.messageService.show(Severity.Info, localize('problemChangingTheme', "Problem loading theme: {0}", err)));
};
const placeHolder = localize('themes.selectTheme', "Select Color Theme");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册