We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b95078c commit 6cbeb01Copy full SHA for 6cbeb01
lib/u3d/unity_versions.rb
@@ -137,7 +137,8 @@ class << self
137
def list_available(os: nil)
138
os ||= U3dCore::Helper.operating_system
139
140
- additional_pages = ENV['U3D_ADDITIONAL_PAGES'].split(',') || []
+ additional_pages_env = ENV['U3D_ADDITIONAL_PAGES']
141
+ additional_pages = additional_pages_env ? additional_pages_env.split(',') : []
142
143
case os
144
when :linux
0 commit comments