geforkt von Mirrors/Paper
Add thread name to TerminalConsoleWriterThread
By: md_5 <git@md-5.net>
Dieser Commit ist enthalten in:
Ursprung
68fb3c06e5
Commit
beab2a487e
@ -15,6 +15,7 @@ public class TerminalConsoleWriterThread extends Thread {
|
|||||||
private final OutputStream output;
|
private final OutputStream output;
|
||||||
|
|
||||||
public TerminalConsoleWriterThread(OutputStream output, ConsoleReader reader) {
|
public TerminalConsoleWriterThread(OutputStream output, ConsoleReader reader) {
|
||||||
|
super("TerminalConsoleWriter");
|
||||||
this.output = output;
|
this.output = output;
|
||||||
this.reader = reader;
|
this.reader = reader;
|
||||||
|
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren