This commit is contained in:
znetsixe
2025-10-05 07:56:58 +02:00
parent f6da9a6fc5
commit b1ba23212d

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
this._output = new outputUtils();
}