next.js
39e688e8 - Fix output log extra new line (#55770)

Commit
2 years ago
Fix output log extra new line (#55770) For progress spinner, only log new line when `process.stdout.isTTY` ## After ![image](https://github.com/vercel/next.js/assets/4800338/cb850b22-0985-4129-ba5e-961f3c914701) ## Before ![image](https://github.com/vercel/next.js/assets/4800338/5c69d964-74dd-432f-901d-ad86a4307422) Adding extra space make sure there's loading bar between prefix text and spinner ![image](https://github.com/vercel/next.js/assets/4800338/b99f7ec6-af9d-445b-a6ea-3d1592b4553d) Closes NEXT-1647
Author
Parents
Loading