update
This commit is contained in:
@ -121,7 +121,7 @@ export class CommandHandler implements ICommandHandler {
|
||||
|
||||
// Process each command separately (recursively call processCommand)
|
||||
for (const cmd of commands) {
|
||||
this.processCommand(socket, cmd);
|
||||
await this.processCommand(socket, cmd);
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user