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 fad20b2 commit 42e1027Copy full SHA for 42e1027
1 file changed
lib/appium_lib_core/common/device/app_management.rb
@@ -29,7 +29,7 @@ def background_app(duration = 0)
29
30
def install_app(path, options = {}) # steep:ignore
31
args = { appPath: path }
32
- args[:options] = options unless options&.empty?
+ args[:options] = options unless options && options.empty?
33
34
execute :install_app, {}, args
35
end
0 commit comments