Skip to content

Commit bc2dd5e

Browse files
committed
Allow dumb terminals
This should probably be a setting for CI, but first testing what happens.
1 parent 049f70f commit bc2dd5e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

compiler/src/dotty/tools/repl/JLineTerminal.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ final class JLineTerminal extends java.io.Closeable {
1818
// Logger.getLogger("org.jline").setLevel(Level.FINEST)
1919

2020
private val terminal = TerminalBuilder.builder()
21-
.dumb(false) // fail early if not able to create a terminal
2221
.build()
2322
private val history = new DefaultHistory
2423

0 commit comments

Comments
 (0)