mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-25 09:41:29 +01:00
Add thread name to TerminalConsoleWriterThread
By: md_5 <git@md-5.net>
This commit is contained in:
parent
68fb3c06e5
commit
beab2a487e
@ -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