Removed Async[websocket/http] due to excessive require times and reliablity issues on Windows

This commit is contained in:
2022-10-30 18:10:47 -05:00
parent 7359d73027
commit 340c083a43
12 changed files with 176 additions and 210 deletions

View File

@@ -40,6 +40,14 @@ class W3DHub
end
end
def self.commmand(command)
if windows?
else
IO.popen(command)
end
end
def self.home_directory
File.expand_path("~")
end