mirror of
https://github.com/sbt/sbt.git
synced 2026-08-30 01:40:29 +02:00
A user reported that no prompt was displayed when they used sbt from the jEdit console. The reason no prompt was displayed was because System.console was null which caused the ConsoleChannel to be initialized with its prompt set to NoPrompt. I don't remember why it was doing this but this bug seems worse than whatever it was trying to address.