mirror of
https://github.com/ViaVersion/VIAaaS.git
synced 2024-11-13 10:44:12 +01:00
change "no browser response" message
This commit is contained in:
parent
b88d308eb1
commit
4007e44568
@ -137,7 +137,7 @@ class WebServer {
|
||||
}
|
||||
launch {
|
||||
delay(10_000)
|
||||
future.completeExceptionally(StacklessException("No response from browser"))
|
||||
future.completeExceptionally(StacklessException("No address info response from browser"))
|
||||
}
|
||||
}
|
||||
return future
|
||||
@ -223,7 +223,7 @@ class WebServer {
|
||||
}
|
||||
launch {
|
||||
delay(20_000)
|
||||
future.completeExceptionally(StacklessException("No response from browser"))
|
||||
future.completeExceptionally(StacklessException("No auth response from browser"))
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user