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) => {
|
return new Promise<void>((res, rej) => {
|
||||||
const interval = setInterval(async () => {
|
const interval = setInterval(async () => {
|
||||||
try {
|
try {
|
||||||
await this.Health()
|
await this.GetInfo()
|
||||||
clearInterval(interval)
|
clearInterval(interval)
|
||||||
this.ready = true
|
this.ready = true
|
||||||
res()
|
res()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue