typicode / hotel

🏩 A simple process manager for developers. Start apps from your browser and access them using local domains
MIT License
9.98k stars 424 forks source link

Styling within console output #266

Closed xanatas closed 6 years ago

xanatas commented 6 years ago

Hi in previous hotel versions this worked but now the console gives this for example:

<span style="color:blue">I20180123-15:48:24.597(1)? </span>

Maybe its a setting but it makes console output unreadable for some things. Any tip?

Thanks for taking the time to maintain this little app its great!

houfio commented 6 years ago

Well, that's interesting. I suppose it was my pr that broke this, but what I was trying to do was fix this very issue. Are you sure this worked in 0.8.4? Because for other people, it was broken in that version too. Could you please make a repo with the issue so I can take a look at it?

xanatas commented 6 years ago

Hey no sorry the previous version i had was 0.7. something. I did not know this error was introduced in 0.8.4.

houfio commented 6 years ago

It was introduced in 0.8, but the latest release (0.8.5) was an attempt to fix this. Do you still have this issue in that version?

xanatas commented 6 years ago

updated from 0.8.4 to 0.8.5

FIXED! THANKS!