Skip to content

Commit

Permalink
Attendre initialisation complète
Browse files Browse the repository at this point in the history
  • Loading branch information
julienmalard committed Nov 7, 2023
1 parent 8d666c4 commit 193d375
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2502,6 +2502,7 @@ export class ClientConstellation {
}

async fermer(): Promise<void> {
await this.attendreInitialisée()
const { orbite } = await this.attendreSfipEtOrbite();
await (await obtStockageLocal(this.dossierOrbite())).fermer?.();
await this.fermerCompte();
Expand Down

0 comments on commit 193d375

Please sign in to comment.