File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed
Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 22
33.artifacts /**
44.tmp /**
5+ modules /
56
67test-harness /.engine /**
78test-harness /.env
@@ -11,6 +12,7 @@ test-harness/testbox/**
1112test-harness /logs /**
1213test-harness /modules /**
1314test-harness /tests /resources /petstore /test.yaml
15+ .engine /**
1416
1517# log files
1618logs /**
Original file line number Diff line number Diff line change 3333 ],
3434 "scripts" :{
3535 "toMaster" :" recipe build/toMaster.boxr"
36+ },
37+ "installPaths" :{
38+ "cbjavaloader" :" modules/cbjavaloader/"
3639 }
3740}
Original file line number Diff line number Diff line change @@ -190,7 +190,7 @@ component name="OpenAPIParser" accessors="true" {
190190 // If `DocItem` is an instance of Parser, we need to flattin it to a CFML struct
191191 if (
192192 isStruct ( DocItem ) &&
193- structKeyExists ( getMetaData ( DocItem [ key ] ), " name" ) &&
193+ structKeyExists ( getMetaData ( DocItem ), " name" ) &&
194194 findNoCase ( " Parser" , getMetaData ( DocItem ).name )
195195 ) {
196196 DocItem = DocItem .getNormalizedDocument ();
You can’t perform that action at this time.
0 commit comments