Merged master into 1.0.2_branch

This commit is contained in:
Scott Graves
2018-10-09 15:15:16 -05:00

View File

@@ -226,7 +226,7 @@ module.exports = {
port: 3000,
openOptions: {
app: [
process.platform === 'win32' ? 'chrome' : 'google-chrome-stable',
process.platform === 'win32' ? 'chrome' : process.platform === 'darwin' ? '/Applications/Google Chrome.app/Contents/MacOS/Google Chrome' : 'google-chrome-stable',
'--disable-web-security',
'--user-data-dir=' + path.resolve(chromeUserDataDir)
]