On Tuesday, 21 June 2022 15:54:54 BST G. Branden Robinson wrote: > > +BuildFoundries: warning: line 75: > > +The path(s) used for searching: > > +ARRAY(0x23cef899970) > > Urp. The form of that output is certainly bogus. Did I break it in a > recent change? I'll check.
Nope. That was me, caused by changing the ":" delimited string of pathnames to an array of pathnames and not making a change to join the array back to a string when used in a message. Will fix now.