Closed DumpySquare closed 8 months ago
this was added to the parseNsOptions function to filter out when parsing config options to an object. the -devno are still in the config lines
If we wanted to expand this in the future, we could just regex the entire ns config during initial processing
all/most ns config lines have a '-devno 126143', which represents an item or object number as they are created. To us, at this time, there is no significance and it just clutters the output.
So, in the function that parses options, add some logic to bypass this option.