提交 763b497b 编写于 作者: J Johannes Rieken

fix #42500

上级 328706e3
...@@ -400,7 +400,7 @@ export class ContextKeyRegexExpr implements ContextKeyExpr { ...@@ -400,7 +400,7 @@ export class ContextKeyRegexExpr implements ContextKeyExpr {
} }
public serialize(): string { public serialize(): string {
return `${this.keys} =~ /${this.regexp ? this.regexp.source : '<invalid>'}/`; return `${this.key} =~ /${this.regexp ? this.regexp.source : '<invalid>'}/`;
} }
public keys(): string[] { public keys(): string[] {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册