You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See if this scenario can be detected, looking for File.join with a string literal as the last argument - assuming that contain the filename to analyse.
ex = SketchupExtension.new(NAME, File.join(PLUGIN_DIR, "loader.rb"))
The text was updated successfully, but these errors were encountered:
See if this scenario can be detected, looking for
File.join
with a string literal as the last argument - assuming that contain the filename to analyse.The text was updated successfully, but these errors were encountered: