We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0913706 commit faf4beaCopy full SHA for faf4bea
1 file changed
src/core/Client.ts
@@ -61,6 +61,7 @@ export class AzurAPI extends EventEmitter {
61
this.updater = new Updater(this);
62
this.updater.init();
63
if (this.autoupdate && this.source === 'local') this.updater.start();
64
+ this.emit('ready');
65
instance = this;
66
}
67
0 commit comments