mattdesl / budo

:clapper: a dev server for rapid prototyping
MIT License
2.17k stars 106 forks source link

[Windows] Weird output scheme ? #179

Closed Pymous closed 7 years ago

Pymous commented 7 years ago

Heyyyy !

I'm discovering budo, and it look awesome, everything works fine, but I have a small 'issue' with my output it seems.

Instead of looking like the example with Garnish, it's more like ... that : w5diaxv

And if I do the same thing and just piping it through garnish : screenshot_1

I'm on Windows 10, using Node v6.6.0, NPM v3.10.3, Budo v9.2.1 and Garnish 5.2.0

Thanks for the work !

mattdesl commented 7 years ago

Hmm maybe @yoshuawuyts can chime in here?

mattdesl commented 7 years ago

Not sure why stdout-stream doesn't work nicely on windows, but for now I'm using a conditional to fall back to process.stdout. Maybe we should just evaluate using process.stdout on all platforms — I'm not aware of scenarios where it helps?