Open
Description
Hi!
I'm just wondering.
I run:
> webdriver-manager update --versions.chrome=74
[11:59:11] E/downloader - undefined
[11:59:11] I/update - chromedriver: file exists /home/bmsdave/projects/openway/jsengine/node_modules/webdriver-manager/selenium/chromedriver_74.zip
[11:59:11] I/update - chromedriver: unzipping chromedriver_74.zip
(node:15003) UnhandledPromiseRejectionWarning: Invalid filename
(node:15003) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 2)
(node:15003) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
[11:59:11] I/update - selenium standalone: file exists /home/bmsdave/projects/openway/jsengine/node_modules/webdriver-manager/selenium/selenium-server-standalone-3.141.59.jar
[11:59:11] I/update - selenium standalone: selenium-server-standalone-3.141.59.jar up to date
[11:59:12] I/update - geckodriver: file exists /home/bmsdave/projects/openway/jsengine/node_modules/webdriver-manager/selenium/geckodriver-v0.24.0.tar.gz
[11:59:12] I/update - geckodriver: unzipping geckodriver-v0.24.0.tar.gz
[11:59:12] I/update - geckodriver: setting permissions to 0755 for /home/bmsdave/projects/openway/jsengine/node_modules/webdriver-manager/selenium/geckodriver-v0.24.0
[11:59:12] I/update - geckodriver: geckodriver-v0.24.0 up to date
And I can not understand where the error E/downloader - undefined
comes from.
Tell me what does this mean?