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
shows that when --browser-script comes after --browser-executable-path, url goes missing in the arguments, and the URL gets appended to browserScripts instead:
The only implementation annoyance there is that --browser-script one.js results in a string from yargs (not in an array), while --browser-script one.js --browser-script two.js results in an array with two strings.
This works:
But this fails, exiting silently with status code 0:
I just saw that this was already reported in #8 (comment) but I wanted to make this more visible, because it can take a while to find the cause.
I first observed this on NixOS / google-chrome-unstable and reproduced it on Debian unstable / chromium:
The text was updated successfully, but these errors were encountered: