This commit is contained in:
chrisdias
2018-01-15 17:40:10 -08:00
parent a89ed2b1ee
commit df96558335
@@ -366,7 +366,7 @@ export class ContextKeyGlobExpr implements ContextKeyExpr {
}
public evaluate(context: IContext): boolean {
return match(this.value, context.getValue(this.key))
return match(this.value, context.getValue(this.key));
}
public normalize(): ContextKeyExpr {