mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-22 18:45:54 +01:00
Add thread name to TerminalConsoleWriterThread
This commit is contained in:
parent
90ef74efbe
commit
384225c282
@ -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 New Issue
Block a user