forcedotcom / salesforcedx-apex

Salesforce Apex Node Library
BSD 3-Clause "New" or "Revised" License
19 stars 25 forks source link

fix table streaming to use correct delimiter #383

Closed peternhale closed 4 months ago

peternhale commented 4 months ago

The table stream formatter was using os.EOL as the delimiter for table internals where it should have been using newline. Fixed to use newline.

@W-16047075@