Closed mitchhentges closed 8 years ago
run.js's runBrowser() should return undefined if a browser cannot be found, so that index.js knows to refresh config
run.js
runBrowser()
undefined
index.js
Also formatted index.js, because it hadn't been before
:+1:
run.js
'srunBrowser()
should returnundefined
if a browser cannot be found, so thatindex.js
knows to refresh config