Add support for specifying the target generator config file

This commit is contained in:
James M. Greene
2022-08-05 17:35:23 -05:00
parent 404d23c4a6
commit 7c3932ff89
23 changed files with 410 additions and 38 deletions
+1 -1
View File
@@ -171,7 +171,7 @@ class ConfigParser {
var depth = 0
const properties = propertyName.split('.')
var lastNode = configurationObject
while (1) {
while (true) {
// Find the node for the current property
var propertyNode = this.findProperty(lastNode, properties[depth])