Starting fixing unhandled promises
This commit is contained in:
parent
bade2b41b6
commit
6e27ffb2d5
7 changed files with 18 additions and 19 deletions
|
@ -41,10 +41,10 @@
|
|||
gameManager.leaveGame(SelectCharacterSceneName, new SelectCharacterScene());
|
||||
}
|
||||
|
||||
function logOut() {
|
||||
async function logOut() {
|
||||
disableMenuStores();
|
||||
loginSceneVisibleStore.set(true);
|
||||
connectionManager.logout();
|
||||
return connectionManager.logout();
|
||||
}
|
||||
|
||||
function getProfileUrl() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue