mirror of
https://github.com/cyberarm/w3d_hub_linux_launcher.git
synced 2025-12-16 09:12:35 +00:00
Progress towards a resizable launcher window
This commit is contained in:
@@ -47,7 +47,7 @@ class W3DHub
|
||||
rescue Async::TimeoutError
|
||||
logger.error(LOG_TAG) { "Connection to \"#{url}\" timed out after: #{API_TIMEOUT} seconds" }
|
||||
DummyResponse.new
|
||||
rescue EOFError
|
||||
rescue EOFError => e
|
||||
logger.error(LOG_TAG) { "Connection to \"#{url}\" errored:" }
|
||||
logger.error(LOG_TAG) { e }
|
||||
DummyResponse.new
|
||||
|
||||
Reference in New Issue
Block a user