dev-Rene #5

Merged
renederen merged 3 commits from dev-Rene into main 2025-10-06 14:09:06 +00:00
Showing only changes of commit b1ba23212d - Show all commits

View File

@@ -86,6 +86,8 @@ class nodeClass {
} }
}; };
console.log(`position vs child for ${this.name} is ${this.config.functionality.positionVsParent}`);
// Utility for formatting outputs // Utility for formatting outputs
this._output = new outputUtils(); this._output = new outputUtils();
} }