This commit is contained in:
creeper123123321 2021-08-08 10:11:46 -03:00 committed by GitHub
parent 2872ccc2df
commit a5f8cf74db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -87,7 +87,7 @@ class WebDashboardServer {
): CompletableFuture<Unit> {
val future = sessionHashCallbacks[hash]
if (!listeners.containsKey(id)) {
future.completeExceptionally(StacklessException("UUID isn't listened. Use web auth."))
future.completeExceptionally(StacklessException("UUID $id isn't listened. Use web auth."))
} else {
CoroutineScope(coroutineContext).apply {
launch(Dispatchers.IO) {