This commit is contained in:
Cheng Zhao 2022-03-23 11:24:42 +09:00
Родитель 6c9616fe65
Коммит 9c7dee0aec
1 изменённых файлов: 1 добавлений и 1 удалений

2
bootstrap.js поставляемый
Просмотреть файл

@ -64,7 +64,7 @@ if (!skipGclient) {
args += ' --force'
// Calling gclient directly would invoke gclient.bat on Windows, which does
// not work prefectly under some shells.
execSync(`python vendor/depot_tools/gclient.py sync ${args}`)
execSync(`vendor/depot_tools/gclient sync ${args}`, {shell: true})
}
// Fetch build-tools.