提交 8b4a74ac 编写于 作者: I isidor

fixes #15537

上级 03813455
......@@ -174,7 +174,7 @@ export abstract class ExpressionContainer implements debug.IExpressionContainer
}
export class Expression extends ExpressionContainer implements debug.IExpression {
static DEFAULT_VALUE = 'not available';
static DEFAULT_VALUE = nls.localize('notAvailable', "not available");
public available: boolean;
public type: string;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册