mirror of
https://github.com/cyberarm/w3d_hub_linux_launcher.git
synced 2025-12-16 17:22:35 +00:00
Fixed infinite stack dive
This commit is contained in:
@@ -42,7 +42,7 @@ class W3DHub
|
|||||||
end
|
end
|
||||||
|
|
||||||
def log(string)
|
def log(string)
|
||||||
log string if W3DHUB_DEBUG
|
puts string if W3DHUB_DEBUG
|
||||||
end
|
end
|
||||||
|
|
||||||
# Start task, inside its own thread
|
# Start task, inside its own thread
|
||||||
|
|||||||
Reference in New Issue
Block a user