*Update dist

This commit is contained in:
Derrick Hammer 2023-02-17 16:50:42 -05:00
parent b98db98b6a
commit ae487a27e5
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

2
dist/index.js vendored
View File

@ -44,7 +44,7 @@ export class SwarmClient extends Client {
this._ready = undefined;
}
async start() {
this._connectBackoff.run(() => this.init());
await this._connectBackoff.run(() => this.init());
this._connectBackoff.on("retry", (error) => {
this.logErr(error);
});