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
`case 'win32':
// if the first parameter to start is quoted, it uses that as the title
// so we pass a blank title so we can quote the file we are opening
if (appName) {
opener = 'start "" ' + appName ;
} else {
opener = 'start ""';
}`
it allows to : start chrome --args --auto-open-devtools-for-tabs
The text was updated successfully, but these errors were encountered:
it allows to : start chrome --args --auto-open-devtools-for-tabs
The text was updated successfully, but these errors were encountered: