Skip to content

Commit faf4bea

Browse files
committed
Update Client.ts
1 parent 0913706 commit faf4bea

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/core/Client.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ export class AzurAPI extends EventEmitter {
6161
this.updater = new Updater(this);
6262
this.updater.init();
6363
if (this.autoupdate && this.source === 'local') this.updater.start();
64+
this.emit('ready');
6465
instance = this;
6566
}
6667

0 commit comments

Comments
 (0)