This commit is contained in:
roblou 2016-12-20 14:18:51 -08:00
Родитель f136fd495c
Коммит 6e71ebb269
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -67,6 +67,7 @@ function patchLaunchArgFns(): void {
function patchLaunchArgs(launchArgs) {
launchArgs.verboseDiagnosticLogging = true;
launchArgs.userDataDir = `/tmp/chrome-${Math.random()}/`;
launchArgs.runtimeExecutable = 'chromium-browser';
}
const origLaunch = dc.launch;