forked from mirror/MCSM-Daemon
Fix: 启动状态
This commit is contained in:
parent
b658fc50d2
commit
190f5217e1
@ -109,7 +109,7 @@ export default class PtyStartCommand extends InstanceCommand {
|
||||
// 关闭 PTY 类型,重新配置实例功能组,重新启动实例
|
||||
instance.config.terminalOption.pty = false;
|
||||
await instance.forceExec(new FunctionDispatcher());
|
||||
await instance.exec(new StartCommand());
|
||||
await instance.forceExec(new StartCommand());
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user