Add distance float position handling with backward compatibility #1

Merged
p.vanderwilt merged 22 commits from :main into main 2025-09-26 11:41:53 +00:00
Showing only changes of commit 958ec2269c - Show all commits

View File

@@ -244,7 +244,7 @@ class ChildRegistrationUtils {
if (positionVsParent == "upstream") { if (positionVsParent == "upstream") {
this.mainClass.reactors[1] = reactor; this.mainClass.reactors[1] = reactor;
} }
this.logger.info(`Reactor registered successfully.`); this.logger.info(`Reactor registered successfully: ${this.mainClass.reactors}`);
} else { } else {
this.logger.error(`Reactor not registered!`) this.logger.error(`Reactor not registered!`)
} }