mirror of
https://github.com/PaperMC/Paper.git
synced 2025-04-09 21:45:58 +02: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;
|
||||
|
||||
public TerminalConsoleWriterThread(OutputStream output, ConsoleReader reader) {
|
||||
super("TerminalConsoleWriter");
|
||||
this.output = output;
|
||||
this.reader = reader;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user