mirror of
https://github.com/System-End/Discord-MC-Chat.git
synced 2026-04-19 22:05:11 +00:00
不使用daemon
This commit is contained in:
parent
8c2c5879c8
commit
643fe9dfcc
1 changed files with 2 additions and 1 deletions
|
|
@ -52,7 +52,8 @@ public class TerminalManager {
|
|||
scanner.close();
|
||||
}, "DMCC-Terminal");
|
||||
|
||||
terminalThread.setDaemon(true);
|
||||
// Cannot set as daemon thread. Problematic.
|
||||
// terminalThread.setDaemon(true);
|
||||
terminalThread.start();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue