mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-13 18:31:20 +01:00
Add thread name to TerminalConsoleWriterThread
This commit is contained in:
parent
90ef74efbe
commit
384225c282
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue