Add distance float position handling with backward compatibility #1
@@ -244,7 +244,7 @@ class ChildRegistrationUtils {
|
||||
if (positionVsParent == "upstream") {
|
||||
this.mainClass.reactors[1] = reactor;
|
||||
}
|
||||
this.logger.info(`Reactor registered successfully.`);
|
||||
this.logger.info(`Reactor registered successfully: ${this.mainClass.reactors}`);
|
||||
} else {
|
||||
this.logger.error(`Reactor not registered!`)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user