JetBrains / kotlin-playground

Self-contained component to embed in websites for running Kotlin code
https://jetbrains.github.io/kotlin-playground/examples/
Apache License 2.0
447 stars 80 forks source link

When the code doesn't produce an output, the playground should warn the user #216

Open JuniorBecari10 opened 2 months ago

JuniorBecari10 commented 2 months ago

When the provided code doesn't write anything to stdout, the console window suddenly closes, without giving any hints. It should display a message such as No output, to keep the user informed about what's happened.