up
This commit is contained in:
parent
13f98fd459
commit
0dd36764f8
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@ export default class {
|
|||
return new Promise<void>((res, rej) => {
|
||||
const interval = setInterval(async () => {
|
||||
try {
|
||||
await this.Health()
|
||||
await this.GetInfo()
|
||||
clearInterval(interval)
|
||||
this.ready = true
|
||||
res()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue