varabyte / kobweb

A modern framework for full stack web apps in Kotlin, built upon Compose HTML
https://kobweb.varabyte.com
Apache License 2.0
1.46k stars 65 forks source link

Stop showing kobweb "Output may be paused" warning once output starts flowing again #130

Closed bitspittle closed 2 years ago

bitspittle commented 2 years ago

This isn't critical but it's probably pretty easy to do. Basically we need to add some logic that listens to text lines being output from Gradle and count them. After, say, 10 lines pass by, that means we can hide the "Output may be paused" message.

bitspittle commented 2 years ago

This got fixed in the latest CLI release.