mordant
mordant copied to clipboard
fix: account for null password.
to reproduce the bug, run the following command from the terminal, then enter Ctrl+D (EOF):
import com.github.ajalt.mordant.terminal.Terminal
fun main() {
Terminal().readLineOrNull(true)
}
i'm not sure if there's an easy way to test this fix. if there is, please let me know and i'll have a go
Thank you!