james-proxy / james-browser-launcher

Detect, launch and stop browsers
Other
23 stars 15 forks source link

chromium config is missing #65

Closed ashnur closed 7 years ago

ashnur commented 7 years ago

trying to use "chromium" browser, which is detected by

➜  james-browser-launcher git:(master) ✗ node example/detect.js
Available browsers:
[ { name: 'chromium',
    version: '59.0.3071.115',
    type: 'chromium',
    command: 'chromium' } ]

results in TypeError: setups[browser.type] is not a function

mitchhentges commented 7 years ago

Thanks for the report! Fixed and released in 1.3.1