Skip to content

Commit

Permalink
Merge branch 'main' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
sroertgen committed May 23, 2024
2 parents b943680 + ea7b2de commit 9b27e20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/validate.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ async function validate(shapePath, filePath, doc) {
result.message,
"\n",
"Path: ",
result.path.value,
result.path?.value,
"\n",
"Node, where the error occured: ",
result.focusNode.value,
Expand All @@ -78,7 +78,7 @@ async function validate(shapePath, filePath, doc) {
result.message,
"\n",
"Path: ",
result.path.value,
result.path?.value,
"\n",
"Node, where the error occured: ",
result.focusNode.value,
Expand Down

0 comments on commit 9b27e20

Please sign in to comment.