Added remove, fixed reload and broadcast
This commit is contained in:
parent
e179b923f0
commit
514166c79f
5 changed files with 29 additions and 7 deletions
|
@ -16,7 +16,7 @@ class ReloadCommand extends Command {
|
|||
this.ipc.register("reloadFail", (message) => {
|
||||
this.ipc.unregister("reloadSuccess");
|
||||
this.ipc.unregister("reloadFail");
|
||||
resolve(message.msg.result);
|
||||
resolve(message.result);
|
||||
});
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue