We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65a8e11 commit d89ecf5Copy full SHA for d89ecf5
src/core/lib/yaml-validation/validator.ts
@@ -620,7 +620,7 @@ function validateObject(
620
}
621
if (
622
value.result && typeof value.result === "object" &&
623
- !Array.isArray(value.result) && value.result?.tag === "!expr"
+ !Array.isArray(value.result) && value.result.tag === "!expr"
624
) {
625
throw new NoExprTag(value, value.source);
626
0 commit comments