Skip to content

Commit e813dfe

Browse files
authored
refactor: put warn if no device matched (#658)
1 parent d95b02e commit e813dfe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/appium_lib/driver.rb

+2
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,8 @@ def extend_for(device:, driver:)
217217
when :windows
218218
# no windows specific extentions
219219
Appium::Logger.debug('windows')
220+
else
221+
Appium::Logger.warn('no device matched')
220222
end
221223
end
222224

0 commit comments

Comments
 (0)