Skip to content

Commit

Permalink
Merge pull request #159 from kstan79/patch-2
Browse files Browse the repository at this point in the history
Update Definition.ts
  • Loading branch information
ralphhanna authored Dec 17, 2023
2 parents d42dd04 + f1fc7e7 commit 5939d20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/elements/Definition.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class Definition implements IDefinition{

const children = [];
const process=new Process(processElement,parentProcess);
if (processElement.extensionElements) {
if (processElement.extensionElements && processElement.extensionElements.values) {
processElement.extensionElements.values.forEach(ext=>{
let scripts = [];
var scrs = ext['$children'];
Expand Down Expand Up @@ -342,4 +342,4 @@ references:


}
export { Definition }
export { Definition }

0 comments on commit 5939d20

Please sign in to comment.