erosolar-cli 2.1.36 → 2.1.37

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -409,7 +409,7 @@ export class InteractiveShell {
409
409
  frame(bottom),
410
410
  ].join('\n');
411
411
  if (this.renderer) {
412
- this.renderer.addEvent('banner', lines);
412
+ this.renderer.addEvent('banner', `${lines}\n`);
413
413
  }
414
414
  else {
415
415
  display.stream(`\n${lines}\n`);