cmmorrow / build-magic

A general purpose build/install/deploy tool.
MIT License
9 stars 2 forks source link

Running build-magic on a clean terminal causes a huge gap in stdout #21

Closed cmmorrow closed 3 years ago

cmmorrow commented 3 years ago

Describe the bug A large gap in the build-magic output to a terminal window is present on a new terminal window or after running clear.

To Reproduce Steps to reproduce the behavior:

  1. Open a new terminal window.
  2. Run build-magic "echo 'hello world'".

Expected behavior The output to a terminal should be consistent.

Screenshots Screen Shot 2021-06-06 at 3 31 36 PM