Fixed restart
This commit is contained in:
parent
b6f28ece76
commit
14855f2a07
2 changed files with 13 additions and 13 deletions
|
@ -11,7 +11,7 @@ class RestartCommand extends Command {
|
|||
for (const command of collections.commands) {
|
||||
await handler.unload(command);
|
||||
}
|
||||
this.ipc.restartAllClusters();
|
||||
this.ipc.restartAllClusters(true);
|
||||
//this.ipc.broadcast("restart");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue